summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-11-04 08:09:37 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-11-04 08:09:37 (GMT)
commit2875e6b26c9a40ad1f5e4e214937e5a19a56432c (patch)
tree4ca505dd0d90fb08f9f40c7c9c6fde08f12426b3 /tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp
parent09714005e2a9e72eed878298e72b9dd4c3f0fc9a (diff)
downloadQt-2875e6b26c9a40ad1f5e4e214937e5a19a56432c.zip
Qt-2875e6b26c9a40ad1f5e4e214937e5a19a56432c.tar.gz
Qt-2875e6b26c9a40ad1f5e4e214937e5a19a56432c.tar.bz2
Run all QML visual tests now.
They all pass for me, and running them through CI will help find the unstable ones.
Diffstat (limited to 'tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp')
-rw-r--r--tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp b/tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp
index 81404ea..ce08eab 100644
--- a/tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp
+++ b/tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp
@@ -102,7 +102,7 @@ void tst_qmlvisual::visual_data()
QTest::addColumn<QString>("testdata");
QStringList files;
- if (qgetenv("QMLVISUAL_ALL") != "")
+ if (qgetenv("QMLVISUAL_ALL") != "0")
files << findQmlFiles(QDir(QT_TEST_SOURCE_DIR));
else {
//these are newly added tests we want to try out in CI (then move to the stable list)