diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2009-10-22 10:20:03 +0200 |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2009-10-22 10:27:27 +0200 |
commit | 38f7a788242fcc5ed7e75291bffd2b1b16d76f76 (patch) | |
tree | 4024ce7d66d94a2674dd4ea4f20142a4b7a36fa6 /tests/auto/qdom | |
parent | 822e8a6d59847035fe91970487dbb2a765042553 (diff) | |
download | qt4-tools-38f7a788242fcc5ed7e75291bffd2b1b16d76f76.tar.gz |
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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qdom/tst_qdom.cpp b/tests/auto/qdom/tst_qdom.cpp index 6637202a08..0d58554ea8 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); |