diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-04-30 11:52:13 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-01 06:28:47 (GMT) |
commit | 3c77a1176fa448a33da1144740c2531c6b312ce4 (patch) | |
tree | 7822872d840051142b2575baa672b1721c6e4397 | |
parent | 2d532fddf8df6d766423b52344b0c4d1392119ef (diff) | |
download | Qt-3c77a1176fa448a33da1144740c2531c6b312ce4.zip Qt-3c77a1176fa448a33da1144740c2531c6b312ce4.tar.gz Qt-3c77a1176fa448a33da1144740c2531c6b312ce4.tar.bz2 |
test: Remove insignificiation from qxmlquery test on Windows
This test has been always passing in the last 10 runs.
Change-Id: I8c0be5bd8430544853df1b0b77bf229b76a0668b
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
-rw-r--r-- | tests/auto/qxmlquery/qxmlquery.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qxmlquery/qxmlquery.pro b/tests/auto/qxmlquery/qxmlquery.pro index b598477..d5e8228 100644 --- a/tests/auto/qxmlquery/qxmlquery.pro +++ b/tests/auto/qxmlquery/qxmlquery.pro @@ -32,5 +32,3 @@ wince*|symbian: { DEPLOYMENT += addFiles patternistFiles } - -win32:CONFIG+=insignificant_test # QTQAINFRA-428 |