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
path: root/tests
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2020-01-13 12:26:45 +0300
committerJanek Bevendorff <janek@jbev.net>2020-01-19 20:13:12 +0300
commitd2e76058cd6542cc5d69589cb0f2b4de48d404b6 (patch)
tree9b323417a56063705ff3d8188167acbbffa48c2a /tests
parent6f9907a3cbf3d2c7119e37ba8b98731590d5ad0e (diff)
Fix base domain matching
Diffstat (limited to 'tests')
-rw-r--r--tests/TestBrowser.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/TestBrowser.cpp b/tests/TestBrowser.cpp
index 8da2a2896..5ddb5e898 100644
--- a/tests/TestBrowser.cpp
+++ b/tests/TestBrowser.cpp
@@ -298,7 +298,8 @@ void TestBrowser::testSubdomainsAndPaths()
"http://login.github.com/pathtonowhere",
".github.com", // Invalid URL
"www.github.com/",
- "https://github" // Invalid URL
+ "https://github", // Invalid URL
+ "https://hub.com" // Should not return
};
createEntries(urls, root);