mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Create new UrlTools class
This commit is contained in:
committed by
Jonathan White
parent
509e218676
commit
8f45431ecb
@@ -37,8 +37,6 @@ private slots:
|
||||
void testGetBase64FromKey();
|
||||
void testIncrementNonce();
|
||||
void testBuildResponse();
|
||||
void testTopLevelDomain();
|
||||
void testIsIpAddress();
|
||||
void testSortPriority();
|
||||
void testSortPriority_data();
|
||||
void testSearchEntries();
|
||||
@@ -49,10 +47,8 @@ private slots:
|
||||
void testSearchEntriesWithAdditionalURLs();
|
||||
void testInvalidEntries();
|
||||
void testSubdomainsAndPaths();
|
||||
void testValidURLs();
|
||||
void testBestMatchingCredentials();
|
||||
void testBestMatchingWithAdditionalURLs();
|
||||
void testIsUrlIdentical();
|
||||
|
||||
private:
|
||||
QList<Entry*> createEntries(QStringList& urls, Group* root) const;
|
||||
|
||||
Reference in New Issue
Block a user