diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2012-11-20 15:49:52 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-26 21:35:08 (GMT) |
commit | b267ad86ef5d534486581b3ccd9f93884361bb81 (patch) | |
tree | 33feac6a4547ef9551936e28116903fd99e5669a | |
parent | 18094661910d9e5706d3ae91ec2695ceaf489b9e (diff) | |
download | Qt-b267ad86ef5d534486581b3ccd9f93884361bb81.zip Qt-b267ad86ef5d534486581b3ccd9f93884361bb81.tar.gz Qt-b267ad86ef5d534486581b3ccd9f93884361bb81.tar.bz2 |
test: Remove insignificant_test from tst_QXmlQuery
The test is now passing on all CI platforms.
Change-Id: I205d8d6951c64f5eca3b2f7ea4d6c362ab046fda
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.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 3933e80..d5e8228 100644 --- a/tests/auto/qxmlquery/qxmlquery.pro +++ b/tests/auto/qxmlquery/qxmlquery.pro @@ -32,5 +32,3 @@ wince*|symbian: { DEPLOYMENT += addFiles patternistFiles } - -CONFIG+=insignificant_test # QTQAINFRA-574 |