summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdom
diff options
context:
space:
mode:
authorPeter Hartmann <peter.hartmann@nokia.com>2009-10-27 19:07:03 +0100
committerPeter Hartmann <peter.hartmann@nokia.com>2009-10-28 10:01:32 +0100
commita8b5aefc48d619c1fc0ff1e97c8e3a42baccb7c0 (patch)
tree5ba8806ad1b511a8e055171b07083367ae117d50 /tests/auto/qdom
parentb3435aa7ae1eb4a0766b82560980e49039aea1d8 (diff)
QDom autotests: test is not failing anymore
removing the temporary QFAIL Reviewed-by: Carlos Duclos
Diffstat (limited to 'tests/auto/qdom')
-rw-r--r--tests/auto/qdom/tst_qdom.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qdom/tst_qdom.cpp b/tests/auto/qdom/tst_qdom.cpp
index f3a7909ff1..6637202a08 100644
--- a/tests/auto/qdom/tst_qdom.cpp
+++ b/tests/auto/qdom/tst_qdom.cpp
@@ -322,9 +322,6 @@ 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);