summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdom
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2009-10-22 08:20:03 (GMT)
committerPeter Hartmann <peter.hartmann@nokia.com>2009-10-22 08:27:27 (GMT)
commit38f7a788242fcc5ed7e75291bffd2b1b16d76f76 (patch)
tree4024ce7d66d94a2674dd4ea4f20142a4b7a36fa6 /tests/auto/qdom
parent822e8a6d59847035fe91970487dbb2a765042553 (diff)
downloadQt-38f7a788242fcc5ed7e75291bffd2b1b16d76f76.zip
Qt-38f7a788242fcc5ed7e75291bffd2b1b16d76f76.tar.gz
Qt-38f7a788242fcc5ed7e75291bffd2b1b16d76f76.tar.bz2
QDom autotests: make test fail instead of time out
introduce a QFAIL for now until problem is fixed Reviewed-by: Carlos Duclos
Diffstat (limited to 'tests/auto/qdom')
-rw-r--r--tests/auto/qdom/tst_qdom.cpp1
1 files changed, 1 insertions, 0 deletions
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);