summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlqt
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-05 04:10:04 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-05 04:10:04 (GMT)
commitf3bd54db65b88560a079ee19bfebb3f17004bef3 (patch)
treea7cf44245a898f169f0a7417e7e4f6fa572f38a2 /tests/auto/declarative/qmlqt
parentdeca6c1c9885554e4e51ebd6dafdd78a424904e4 (diff)
downloadQt-f3bd54db65b88560a079ee19bfebb3f17004bef3.zip
Qt-f3bd54db65b88560a079ee19bfebb3f17004bef3.tar.gz
Qt-f3bd54db65b88560a079ee19bfebb3f17004bef3.tar.bz2
mark untested features
Diffstat (limited to 'tests/auto/declarative/qmlqt')
-rw-r--r--tests/auto/declarative/qmlqt/tst_qmlqt.cpp2
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)