diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2009-10-26 10:02:52 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2009-10-26 12:12:21 (GMT) |
commit | 26713a8b3fa4b82ea18c314c01b4d7ccb54d1125 (patch) | |
tree | dfb23c59641faac195421d35c8e988c1067662d3 /tests/auto/qdom | |
parent | 2b46eff0e7f7d11cf957b9b180177cc4b368c9aa (diff) | |
download | Qt-26713a8b3fa4b82ea18c314c01b4d7ccb54d1125.zip Qt-26713a8b3fa4b82ea18c314c01b4d7ccb54d1125.tar.gz Qt-26713a8b3fa4b82ea18c314c01b4d7ccb54d1125.tar.bz2 |
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.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdom/tst_qdom.cpp b/tests/auto/qdom/tst_qdom.cpp index 0d58554e..f3a7909 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); |