diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-08-10 10:38:19 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-10 12:51:01 (GMT) |
commit | dce1ddd8841c77c0d3e8cdd9079dfa83f6cc308d (patch) | |
tree | 6838cfb71733b351c0176686f7a163e8f4209e33 /tests/auto | |
parent | 7e6c9ffb95c5ac9f0180afe1809e17526b8a0893 (diff) | |
download | Qt-dce1ddd8841c77c0d3e8cdd9079dfa83f6cc308d.zip Qt-dce1ddd8841c77c0d3e8cdd9079dfa83f6cc308d.tar.gz Qt-dce1ddd8841c77c0d3e8cdd9079dfa83f6cc308d.tar.bz2 |
test: Mark tst_QTimeLine as significant on platforms other than Windows
This test only fails on Windows at the moment, so enabling it for
all the other platforms.
Change-Id: I41fe201b94126d7ca82b39f2124f5a9e35109afe
Reviewed-by: Caroline Chao <caroline.chao@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qtimeline/qtimeline.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtimeline/qtimeline.pro b/tests/auto/qtimeline/qtimeline.pro index 8b0229a..ade99dc 100644 --- a/tests/auto/qtimeline/qtimeline.pro +++ b/tests/auto/qtimeline/qtimeline.pro @@ -4,4 +4,4 @@ QT = core testlib SOURCES += tst_qtimeline.cpp CONFIG += parallel_test -CONFIG+=insignificant_test # QTQAINFRA-428 +win32:CONFIG+=insignificant_test # QTQAINFRA-428 |