diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-09 21:51:11 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-10 10:24:24 (GMT) |
commit | 7252bda693ab99cb2e8013a1c7a051ae17ba7956 (patch) | |
tree | def3c1c9c3b44b514b010fd5e5ee3b19b767ca91 /tests | |
parent | b965d96496ddec72c90660b9a2bc45ba49745371 (diff) | |
download | Qt-7252bda693ab99cb2e8013a1c7a051ae17ba7956.zip Qt-7252bda693ab99cb2e8013a1c7a051ae17ba7956.tar.gz Qt-7252bda693ab99cb2e8013a1c7a051ae17ba7956.tar.bz2 |
test: Do not mark tst_qdeclarativetimer as insignificant anymore
This test has been stable for quite some time now.
Change-Id: I485ad4c904db758fa4e594ba0cd883fbe964e525
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro b/tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro index ca9a031..ebea0d6 100644 --- a/tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro +++ b/tests/auto/declarative/qdeclarativetimer/qdeclarativetimer.pro @@ -11,5 +11,3 @@ wince*: { } CONFIG += parallel_test - -CONFIG+=insignificant_test # QTQAINFRA-428 |