diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-09 21:41:22 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-10 10:24:16 (GMT) |
commit | b965d96496ddec72c90660b9a2bc45ba49745371 (patch) | |
tree | 36e709067fb45fb0721c9d235f0f6c4d248897c6 /tests/auto/uic3 | |
parent | 81065ebc4d63c3b724d144394c61d8a04e56b771 (diff) | |
download | Qt-b965d96496ddec72c90660b9a2bc45ba49745371.zip Qt-b965d96496ddec72c90660b9a2bc45ba49745371.tar.gz Qt-b965d96496ddec72c90660b9a2bc45ba49745371.tar.bz2 |
test: Do not mark tst_uic3 as insignificant anymore
This test has been stable for quite some time now.
Change-Id: I0a45af35abb263dc4ee9bcab519fda5b313446df
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/uic3')
-rw-r--r-- | tests/auto/uic3/uic3.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/uic3/uic3.pro b/tests/auto/uic3/uic3.pro index 164c9b3..02af16d 100644 --- a/tests/auto/uic3/uic3.pro +++ b/tests/auto/uic3/uic3.pro @@ -8,5 +8,3 @@ TARGET = tst_uic3 DEFINES += SRCDIR=\\\"$$PWD\\\" requires(contains(QT_CONFIG,qt3support)) - -CONFIG+=insignificant_test # QTQAINFRA-428 |