Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Vänttinen <sami.vanttinen@protonmail.com>2020-09-13 17:38:19 +0300
committerGitHub <noreply@github.com>2020-09-13 17:38:19 +0300
commite391dd182deb9c80ac61800d4c0936c67adb2b71 (patch)
tree20943fca2844fde347b62f9e426f5cd93c2953dc /tests/TestBrowser.h
parent9bab5d5a33cbf8bcb87ac1512f45d7829392c19a (diff)
Fix Best-Matching ..again (#5316)
Co-authored-by: Jonathan White <support@dmapps.us>
Diffstat (limited to 'tests/TestBrowser.h')
-rw-r--r--tests/TestBrowser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestBrowser.h b/tests/TestBrowser.h
index c8be3d6ca..d6140e886 100644
--- a/tests/TestBrowser.h
+++ b/tests/TestBrowser.h
@@ -40,6 +40,7 @@ private slots:
void testBaseDomain();
void testSortPriority();
+ void testSortPriority_data();
void testSearchEntries();
void testSearchEntriesWithPort();
void testSearchEntriesWithAdditionalURLs();
@@ -48,6 +49,7 @@ private slots:
void testSortEntries();
void testValidURLs();
void testBestMatchingCredentials();
+ void testBestMatchingWithAdditionalURLs();
private:
QList<Entry*> createEntries(QStringList& urls, Group* root) const;