summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatterns/tst_xmlpatterns.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-07-26 14:08:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-26 14:21:53 +0200
commitda20d0d1fe5bc692915dc600522686dc58d9e4df (patch)
treedc326cb64ce3426558146e174292de9b29cfaf61 /tests/auto/xmlpatterns/tst_xmlpatterns.cpp
parent84068466d806608d0f6ef83ec641b6f8e32755b3 (diff)
downloadqtxmlpatterns-da20d0d1fe5bc692915dc600522686dc58d9e4df.tar.gz
test: Remove QSKIP from tst_xmlpatterns
Tests are passing nowaways on OS X. Task-number: QTBUG-22556 Change-Id: I1c2c864c6a9d9c9195012291745750b0193f4d00 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/auto/xmlpatterns/tst_xmlpatterns.cpp')
-rw-r--r--tests/auto/xmlpatterns/tst_xmlpatterns.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/xmlpatterns/tst_xmlpatterns.cpp b/tests/auto/xmlpatterns/tst_xmlpatterns.cpp
index 7e0eb32..86020dd 100644
--- a/tests/auto/xmlpatterns/tst_xmlpatterns.cpp
+++ b/tests/auto/xmlpatterns/tst_xmlpatterns.cpp
@@ -131,8 +131,6 @@ void tst_XmlPatterns::xquerySupport()
#ifdef Q_OS_WINCE
QSKIP("WinCE: This test uses unsupported WinCE functionality");
-#elif defined(Q_OS_MAC)
- QSKIP("MacOs: Failed on Mac. Will be fixed by bug fix for QTBUG-22556");
#endif
QFETCH(int, expectedExitCode);