Remove insignificant test flag.
authorToby Tomkins <toby.tomkins@nokia.com>
Sun, 23 Oct 2011 23:17:59 +0000 (09:17 +1000)
committerQt by Nokia <qt-info@nokia.com>
Sun, 23 Oct 2011 23:22:48 +0000 (01:22 +0200)
Change-Id: I1c22b3350add76f97c5268e2f6f2526d818b7556
Reviewed-by: Martin Jones <martin.jones@nokia.com>
tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro
tests/auto/declarative/qjsengine/qjsengine.pro
tests/auto/declarative/qjsvalue/qjsvalue.pro
tests/auto/declarative/qquicklistview/qquicklistview.pro

index 7fde539..d6d17c5 100644 (file)
@@ -17,6 +17,4 @@ testDataFiles.path = .
 DEPLOYMENT += testDataFiles
 
 CONFIG += parallel_test
-#temporary
-CONFIG += insignificant_test
 QT += core-private gui-private v8-private declarative-private network widgets testlib
index 5696ef8..dd6234a 100644 (file)
@@ -3,8 +3,6 @@ TARGET = tst_qjsengine
 QT += declarative widgets testlib
 macx:CONFIG -= app_bundle
 SOURCES += tst_qjsengine.cpp
-#temporary
-CONFIG += insignificant_test
 wince* {
     addFiles.files = script
     addFiles.path = .
index 36ce002..515e31e 100644 (file)
@@ -9,5 +9,3 @@ win32-msvc* {
     QMAKE_CXXFLAGS_RELEASE -= -O1 -O2
     QMAKE_CXXFLAGS_RELEASE += -Od
 }
-#temporary
-CONFIG += insignificant_test
index a047651..3ffd3a7 100644 (file)
@@ -9,5 +9,5 @@ testDataFiles.files = data
 testDataFiles.path = .
 DEPLOYMENT += testDataFiles
 
-CONFIG += insignificant_test parallel_test
+CONFIG += parallel_test
 QT += core-private gui-private declarative-private widgets widgets-private v8-private opengl-private testlib