Remove insignificant flag for passing tests.
authorToby Tomkins <toby.tomkins@nokia.com>
Tue, 11 Oct 2011 23:49:53 +0000 (09:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 12 Oct 2011 00:36:56 +0000 (02:36 +0200)
Change-Id: Ic8c5e7871b240572b882825c91e0a544856da687
Reviewed-on: http://codereview.qt-project.org/6384
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
tests/auto/declarative/qdeclarativeapplication/qdeclarativeapplication.pro
tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro
tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro
tests/auto/declarative/qdeclarativestates/qdeclarativestates.pro
tests/auto/declarative/qdeclarativesystempalette/qdeclarativesystempalette.pro
tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro

index 3564f40..3b01fcf 100644 (file)
@@ -1,8 +1,7 @@
 CONFIG += testcase
 TARGET = tst_qdeclarativeapplication
 macx:CONFIG -= app_bundle
-#temporary
-CONFIG += insignificant_test
+
 SOURCES += tst_qdeclarativeapplication.cpp
 QT += core-private gui-private declarative-private testlib
 
index 6f1f1c8..2ae2ca0 100644 (file)
@@ -7,6 +7,4 @@ SOURCES += tst_qdeclarativeinfo.cpp
 DEFINES += SRCDIR=\\\"$$PWD\\\"
 
 CONFIG += parallel_test
-#temporary
-CONFIG += insignificant_test
 QT += core-private gui-private declarative-private widgets testlib
index ab33876..2889c19 100644 (file)
@@ -6,6 +6,4 @@ macx:CONFIG -= app_bundle
 DEFINES += SRCDIR=\\\"$$PWD\\\"
 
 CONFIG += parallel_test
-#temporary
-CONFIG += insignificant_test
 QT += core-private gui-private declarative-private widgets testlib
index 7383fd4..d98d7d3 100644 (file)
@@ -7,6 +7,4 @@ SOURCES += tst_qdeclarativestates.cpp
 DEFINES += SRCDIR=\\\"$$PWD\\\"
 
 CONFIG += parallel_test
-#temporary
-CONFIG += insignificant_test
 QT += core-private gui-private v8-private declarative-private opengl-private testlib
index 808459d..00f775a 100644 (file)
@@ -7,6 +7,4 @@ SOURCES += tst_qdeclarativesystempalette.cpp
 DEFINES += SRCDIR=\\\"$$PWD\\\"
 
 CONFIG += parallel_test
-#temporary
-CONFIG += insignificant_test
 QT += core-private gui-private declarative-private widgets testlib
index 80e6ee9..92c5dfa 100644 (file)
@@ -9,6 +9,6 @@ SOURCES += tst_qdeclarativevaluetypes.cpp \
 
 DEFINES += SRCDIR=\\\"$$PWD\\\"
 
-CONFIG += insignificant_test parallel_test
+CONFIG += parallel_test
 
 QT += core-private gui-private v8-private declarative-private testlib