diff options
author | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-02-25 15:30:48 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-02-25 15:32:34 (GMT) |
commit | 745889c54b5c1e1df667ced9ba879607dfea6156 (patch) | |
tree | 5351155cccbca02355f75fadb2e59b2e0740f9b2 /tests/auto/qurl | |
parent | 4b119820089b35aaba061936eded882e0ac96a97 (diff) | |
download | Qt-745889c54b5c1e1df667ced9ba879607dfea6156.zip Qt-745889c54b5c1e1df667ced9ba879607dfea6156.tar.gz Qt-745889c54b5c1e1df667ced9ba879607dfea6156.tar.bz2 |
Cleaning of the patch to QTBUG-3168
Removing trailing whitespace from qurl.cpp
Removing a debug() output from the test.
Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
Diffstat (limited to 'tests/auto/qurl')
-rw-r--r-- | tests/auto/qurl/tst_qurl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qurl/tst_qurl.cpp b/tests/auto/qurl/tst_qurl.cpp index bc5a0af..83109b5 100644 --- a/tests/auto/qurl/tst_qurl.cpp +++ b/tests/auto/qurl/tst_qurl.cpp @@ -2516,7 +2516,6 @@ void tst_QUrl::invalidSchemeValidator() // test that if scheme does not start with an ALPHA, QUrl::isValid() returns false { QUrl url("1http://qt.nokia.com", QUrl::StrictMode); - qDebug() << url; QCOMPARE(url.isValid(), false); } { |