summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdom
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2009-10-26 11:02:52 +0100
committerPeter Hartmann <peter.hartmann@nokia.com>2009-10-26 13:12:21 +0100
commit26713a8b3fa4b82ea18c314c01b4d7ccb54d1125 (patch)
treedfb23c59641faac195421d35c8e988c1067662d3 /tests/auto/qdom
parent2b46eff0e7f7d11cf957b9b180177cc4b368c9aa (diff)
QDom: make tests fail only on Windows
Reviewed-by: Carlos Duclos
Diffstat (limited to 'tests/auto/qdom')
-rw-r--r--tests/auto/qdom/tst_qdom.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdom/tst_qdom.cpp b/tests/auto/qdom/tst_qdom.cpp
index 0d58554ea8..f3a7909ff1 100644
--- a/tests/auto/qdom/tst_qdom.cpp
+++ b/tests/auto/qdom/tst_qdom.cpp
@@ -322,7 +322,9 @@ void tst_QDom::toString_01_data()
*/
void tst_QDom::toString_01()
{
+#ifdef Q_OS_WIN
QFAIL("make test fail instead of timing out, will be fixed later (QT-2357)");
+#endif
QFETCH(QString, fileName);
QFile f(fileName);