diff options
author | Carolina Gomes <ext-carolina.s.gomes@nomovok.com> | 2010-02-25 15:30:47 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-02-25 15:32:34 (GMT) |
commit | 4b119820089b35aaba061936eded882e0ac96a97 (patch) | |
tree | 28dd0bd4c9289ea5f7119778820f495c8a60dafc /tests/auto/qurl | |
parent | 20aba4ffa2fdf7a7306424981049d430f7d88e5c (diff) | |
download | Qt-4b119820089b35aaba061936eded882e0ac96a97.zip Qt-4b119820089b35aaba061936eded882e0ac96a97.tar.gz Qt-4b119820089b35aaba061936eded882e0ac96a97.tar.bz2 |
Patch to QTBUG-3168
Patch to QTBUG-3168 and update tst_qurl to
enable the test case that was skipped.
Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
Diffstat (limited to 'tests/auto/qurl')
-rw-r--r-- | tests/auto/qurl/tst_qurl.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qurl/tst_qurl.cpp b/tests/auto/qurl/tst_qurl.cpp index 72ce393..bc5a0af 100644 --- a/tests/auto/qurl/tst_qurl.cpp +++ b/tests/auto/qurl/tst_qurl.cpp @@ -2513,9 +2513,6 @@ void tst_QUrl::schemeValidator() void tst_QUrl::invalidSchemeValidator() { - // enable that test when QUrl is fixed - return; - // test that if scheme does not start with an ALPHA, QUrl::isValid() returns false { QUrl url("1http://qt.nokia.com", QUrl::StrictMode); |