mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-03 20:14:17 -04:00
Fix Best-Matching ..again (#5316)
Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
parent
9bab5d5a33
commit
e391dd182d
5 changed files with 329 additions and 257 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue