summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-07-30 14:25:28 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-01 04:59:10 +0200
commiteb8a5dc33091ee4c1af04907ae6fd1f0b479bfd7 (patch)
treea6cda082f71d953987b392114045d660c4f7a4b9 /tests
parenta28c0b6417ed65d347ef46e84ba074866be897b5 (diff)
Re-enable qdeclarativexmlhttprequest test on Mac and Linux.
The test only fails on Windows, so remove insignification on other platforms. Task-number: QTBUG-26703 Change-Id: Ibff49ae81b6792ca1db473700cd03e98729faa0d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativexmlhttprequest/qdeclarativexmlhttprequest.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/qdeclarativexmlhttprequest.pro b/tests/auto/declarative/qdeclarativexmlhttprequest/qdeclarativexmlhttprequest.pro
index c8cdba99..3b40a5d9 100644
--- a/tests/auto/declarative/qdeclarativexmlhttprequest/qdeclarativexmlhttprequest.pro
+++ b/tests/auto/declarative/qdeclarativexmlhttprequest/qdeclarativexmlhttprequest.pro
@@ -13,4 +13,4 @@ SOURCES += tst_qdeclarativexmlhttprequest.cpp \
include(../shared/qdeclarativedatatest.pri)
-CONFIG+=insignificant_test # QTQAINFRA-428
+win32:CONFIG+=insignificant_test # QTBUG-26703