diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-07 21:24:13 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-08 07:19:06 (GMT) |
commit | e7eb1aa8553553c41378099b5b250221f4fd66b4 (patch) | |
tree | 10c7eb9004fa84933c0bf33cb81387647b2dfe1e | |
parent | c1631375756cfc78c9eb9bc7511c1a8187d48fd6 (diff) | |
download | Qt-e7eb1aa8553553c41378099b5b250221f4fd66b4.zip Qt-e7eb1aa8553553c41378099b5b250221f4fd66b4.tar.gz Qt-e7eb1aa8553553c41378099b5b250221f4fd66b4.tar.bz2 |
test: Remove useless insignificant_test mark
The mark is actually in qnetworkreply/test/test.pro
Change-Id: I391c3863b6a98f485b8e6b585f346bf06820999e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Simo Fält <simo.falt@digia.com>
-rw-r--r-- | tests/auto/qnetworkreply/qnetworkreply.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qnetworkreply/qnetworkreply.pro b/tests/auto/qnetworkreply/qnetworkreply.pro index 7d5c4c1..86d3155 100644 --- a/tests/auto/qnetworkreply/qnetworkreply.pro +++ b/tests/auto/qnetworkreply/qnetworkreply.pro @@ -5,5 +5,3 @@ requires(contains(QT_CONFIG,private_tests)) !wince*:SUBDIRS += echo symbian: TARGET.CAPABILITY = NetworkServices - -CONFIG+=insignificant_test # QTQAINFRA-428 |