summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkcookiejar
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2011-11-09 16:26:27 (GMT)
committerPeter Hartmann <peter.hartmann@nokia.com>2011-11-10 09:47:41 (GMT)
commit3ae96155a760ba114fb7843154f9ae8e311162f9 (patch)
tree070b2b0e010e1cbf1ebb5239cb489f4920c0acc5 /tests/auto/qnetworkcookiejar
parentbfc522f4d340c4696f027e36f38a7fc4e71924e7 (diff)
downloadQt-3ae96155a760ba114fb7843154f9ae8e311162f9.zip
Qt-3ae96155a760ba114fb7843154f9ae8e311162f9.tar.gz
Qt-3ae96155a760ba114fb7843154f9ae8e311162f9.tar.bz2
networking: regenerate effective TLD table for cookies
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests/auto/qnetworkcookiejar')
-rw-r--r--tests/auto/qnetworkcookiejar/tst_qnetworkcookiejar.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qnetworkcookiejar/tst_qnetworkcookiejar.cpp b/tests/auto/qnetworkcookiejar/tst_qnetworkcookiejar.cpp
index d1c376a..0125fc0 100644
--- a/tests/auto/qnetworkcookiejar/tst_qnetworkcookiejar.cpp
+++ b/tests/auto/qnetworkcookiejar/tst_qnetworkcookiejar.cpp
@@ -417,6 +417,12 @@ void tst_QNetworkCookieJar::effectiveTLDs_data()
QTest::newRow("yes7") << "org.ws" << true;
QTest::newRow("yes8") << "co.uk" << true;
QTest::newRow("yes9") << "wallonie.museum" << true;
+ QTest::newRow("yes10") << "dyndns-at-home.com" << true;
+ QTest::newRow("yes11") << "forgot.her.name" << true;
+ QTest::newRow("yes12") << "is-a-llama.com" << true;
+ QTest::newRow("yes13") << "gov.uk" << true;
+ QTest::newRow("yes14") << "manchester.museum" << true;
+ QTest::newRow("yes15") << "gov.ir" << true;
QTest::newRow("no1") << "anything.com" << false;
QTest::newRow("no2") << "anything.de" << false;