diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2009-10-27 18:07:03 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2009-10-28 09:01:32 (GMT) |
commit | a8b5aefc48d619c1fc0ff1e97c8e3a42baccb7c0 (patch) | |
tree | 5ba8806ad1b511a8e055171b07083367ae117d50 | |
parent | b3435aa7ae1eb4a0766b82560980e49039aea1d8 (diff) | |
download | Qt-a8b5aefc48d619c1fc0ff1e97c8e3a42baccb7c0.zip Qt-a8b5aefc48d619c1fc0ff1e97c8e3a42baccb7c0.tar.gz Qt-a8b5aefc48d619c1fc0ff1e97c8e3a42baccb7c0.tar.bz2 |
QDom autotests: test is not failing anymore
removing the temporary QFAIL
Reviewed-by: Carlos Duclos
-rw-r--r-- | tests/auto/qdom/tst_qdom.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qdom/tst_qdom.cpp b/tests/auto/qdom/tst_qdom.cpp index f3a7909..6637202 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); |