diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-10-29 05:32:16 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-10-29 05:32:16 (GMT) |
commit | 099a041a69c5c2d27fab0ee70a98107e8a5ae0dc (patch) | |
tree | 43e77b9f0b36ab5f681700f6082ad20eb9b0cb80 /tests/auto/declarative/qmlvisual/tst_qmlvisual.cpp | |
parent | f513381e22a56dedd340df83bed8a50b7c9591f0 (diff) | |
download | Qt-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.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 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; |