diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-11-04 08:09:37 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-11-04 08:09:37 (GMT) |
commit | 2875e6b26c9a40ad1f5e4e214937e5a19a56432c (patch) | |
tree | 4ca505dd0d90fb08f9f40c7c9c6fde08f12426b3 /tests/auto/declarative/qmlvisual | |
parent | 09714005e2a9e72eed878298e72b9dd4c3f0fc9a (diff) | |
download | Qt-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')
-rw-r--r-- | tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp | 2 |
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) |