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:
authorvarjolintu <sami.vanttinen@protonmail.com>2020-06-07 10:22:51 +0300
committerJonathan White <support@dmapps.us>2020-07-21 14:29:02 +0300
commitf73855a7f2168957a1a917ea4154445d8e1aa583 (patch)
tree9e413e1a394e76c9a23dafc35295e8135f149d56 /tests/TestBrowser.h
parentc2bdb48bc642fd85e3d4c5ad6a6234aa389f95ad (diff)
Adjust matching with best-matching credentials enabled
Diffstat (limited to 'tests/TestBrowser.h')
-rw-r--r--tests/TestBrowser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestBrowser.h b/tests/TestBrowser.h
index 00f9d7528..c8be3d6ca 100644
--- a/tests/TestBrowser.h
+++ b/tests/TestBrowser.h
@@ -47,6 +47,7 @@ private slots:
void testSubdomainsAndPaths();
void testSortEntries();
void testValidURLs();
+ void testBestMatchingCredentials();
private:
QList<Entry*> createEntries(QStringList& urls, Group* root) const;