mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-21 13:24:47 -04:00
Create new UrlTools class
Includes "Fix ifdefs with UrlTools"
This commit is contained in:
parent
416581b179
commit
1cbbcff259
15 changed files with 420 additions and 234 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue