From 38f7a788242fcc5ed7e75291bffd2b1b16d76f76 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Thu, 22 Oct 2009 10:20:03 +0200 Subject: QDom autotests: make test fail instead of time out introduce a QFAIL for now until problem is fixed Reviewed-by: Carlos Duclos --- tests/auto/qdom/tst_qdom.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/qdom/tst_qdom.cpp b/tests/auto/qdom/tst_qdom.cpp index 6637202..0d58554e 100644 --- a/tests/auto/qdom/tst_qdom.cpp +++ b/tests/auto/qdom/tst_qdom.cpp @@ -322,6 +322,7 @@ void tst_QDom::toString_01_data() */ void tst_QDom::toString_01() { + QFAIL("make test fail instead of timing out, will be fixed later (QT-2357)"); QFETCH(QString, fileName); QFile f(fileName); -- cgit v0.12