diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-05 04:10:04 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-05 04:10:04 (GMT) |
commit | f3bd54db65b88560a079ee19bfebb3f17004bef3 (patch) | |
tree | a7cf44245a898f169f0a7417e7e4f6fa572f38a2 /tests/auto | |
parent | deca6c1c9885554e4e51ebd6dafdd78a424904e4 (diff) | |
download | Qt-f3bd54db65b88560a079ee19bfebb3f17004bef3.zip Qt-f3bd54db65b88560a079ee19bfebb3f17004bef3.tar.gz Qt-f3bd54db65b88560a079ee19bfebb3f17004bef3.tar.bz2 |
mark untested features
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/qmlqt/tst_qmlqt.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlqt/tst_qmlqt.cpp b/tests/auto/declarative/qmlqt/tst_qmlqt.cpp index cc9b94d..e9c9052 100644 --- a/tests/auto/declarative/qmlqt/tst_qmlqt.cpp +++ b/tests/auto/declarative/qmlqt/tst_qmlqt.cpp @@ -270,11 +270,13 @@ void tst_qmlqt::closestAngle() void tst_qmlqt::playSound() { QEXPECT_FAIL("", "How do we test this?", Abort); + QVERIFY(false); } void tst_qmlqt::openUrlExternally() { QEXPECT_FAIL("", "How do we test this?", Abort); + QVERIFY(false); } QTEST_MAIN(tst_qmlqt) |