summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-10-29 05:32:16 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-10-29 05:32:16 (GMT)
commit099a041a69c5c2d27fab0ee70a98107e8a5ae0dc (patch)
tree43e77b9f0b36ab5f681700f6082ad20eb9b0cb80 /tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp
parentf513381e22a56dedd340df83bed8a50b7c9591f0 (diff)
downloadQt-099a041a69c5c2d27fab0ee70a98107e8a5ae0dc.zip
Qt-099a041a69c5c2d27fab0ee70a98107e8a5ae0dc.tar.gz
Qt-099a041a69c5c2d27fab0ee70a98107e8a5ae0dc.tar.bz2
Mark dynamic.qml as expect-fail the new way
Also remove the check for the old way in tst_qmlvisual Task-number: QTBUG-14792
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 7cd96e2..b52b430 100644
--- a/tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp
+++ b/tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp
@@ -143,7 +143,7 @@ void tst_qmlvisual::visual_data()
foreach (const QString &file, files) {
QString testdata = toTestScript(file);
- if (testdata.isEmpty() || !QFile::exists(testdata+".qml"))
+ if (testdata.isEmpty())
continue;
QTest::newRow(file.toLatin1().constData()) << file << testdata;