From a7b1f30d572db18acc0c78e03dbeb2efd4104486 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 1 Nov 2011 14:40:32 +1000 Subject: [PATCH] Remove disabled test data from QUrl autotest The removed test data was for obex URLs, which are not supported by QUrl. Change-Id: I166130ae936342d415165e46b7943d198de8986b Reviewed-by: Rohan McGovern --- tests/auto/corelib/io/qurl/tst_qurl.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/auto/corelib/io/qurl/tst_qurl.cpp b/tests/auto/corelib/io/qurl/tst_qurl.cpp index 7fc4702..caa626d 100644 --- a/tests/auto/corelib/io/qurl/tst_qurl.cpp +++ b/tests/auto/corelib/io/qurl/tst_qurl.cpp @@ -2944,12 +2944,6 @@ void tst_QUrl::hosts_data() QTest::newRow("longer-ipv6-literal-v4compat") << QString("http://[fec0:8000:4000:8002:1000:ffff:200.100.50.250]") << QString("fec0:8000:4000:8002:1000:ffff:200.100.50.250"); -#if 0 - // this is actually invalid - QTest::newRow("mac-literal") << QString("obex://[00:30:1b:b7:21:fb]") - << QString("00:30:1b:b7:21:fb"); -#endif - // normal hostnames QTest::newRow("normal") << QString("http://intern") << QString("intern"); QTest::newRow("normal2") << QString("http://qt.nokia.com") << QString("qt.nokia.com"); -- 2.7.4