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>2019-11-22 14:54:28 +0300
committerJonathan White <support@dmapps.us>2019-12-21 17:22:16 +0300
commitc0f29cc790dc64b574229e9506d1d581cfbdb511 (patch)
tree301ce470087bf01486ffb213cf98961f5de9f4de /tests/TestBrowser.h
parent663393d9946be6b3328a6f001e91e9532307dbf2 (diff)
Show UI warning for invalid URLs
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 8b2dc3e3c..69ba69309 100644
--- a/tests/TestBrowser.h
+++ b/tests/TestBrowser.h
@@ -47,6 +47,7 @@ private slots:
void testSubdomainsAndPaths();
void testSortEntries();
void testGetDatabaseGroups();
+ void testValidURLs();
private:
QList<Entry*> createEntries(QStringList& urls, Group* root) const;