summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 11:38:10 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 11:38:52 (GMT)
commitad28fb5e4a90f671af94baed19a2cab18f07cc30 (patch)
tree39dae06ad8ab155b57ec2e7dc99e241a96332c39
parentbdca76715f52df3730b33dfd240085486e6f8e01 (diff)
downloadQt-ad28fb5e4a90f671af94baed19a2cab18f07cc30.zip
Qt-ad28fb5e4a90f671af94baed19a2cab18f07cc30.tar.gz
Qt-ad28fb5e4a90f671af94baed19a2cab18f07cc30.tar.bz2
Compile from repo checkout
-rw-r--r--tests/auto/qurl/tst_qurl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qurl/tst_qurl.cpp b/tests/auto/qurl/tst_qurl.cpp
index 78ea146..d487908 100644
--- a/tests/auto/qurl/tst_qurl.cpp
+++ b/tests/auto/qurl/tst_qurl.cpp
@@ -3212,11 +3212,13 @@ void tst_QUrl::std3violations()
{
QFETCH(QString, source);
+#ifdef QT_BUILD_INTERNAL
{
QString prepped = source;
qt_nameprep(&prepped, 0);
QVERIFY(!qt_check_std3rules(prepped.constData(), prepped.length()));
}
+#endif
if (source.contains('.'))
return; // this test ends here