diff options
author | Jo Asplin <jo.asplin@nokia.com> | 2011-11-03 12:16:50 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-01 00:43:08 (GMT) |
commit | e6bd33d4aef0e4538d7918e7ab130624c911b553 (patch) | |
tree | c6413ce60a915b94288cc93706c2d272e235e6c0 /tests/auto/qvariant/qvariant.pro | |
parent | ad70be4e5b5c55bd838c389bda7d83c2726a69ea (diff) | |
download | Qt-e6bd33d4aef0e4538d7918e7ab130624c911b553.zip Qt-e6bd33d4aef0e4538d7918e7ab130624c911b553.tar.gz Qt-e6bd33d4aef0e4538d7918e7ab130624c911b553.tar.bz2 |
Re-enabled passing tests in tst_qvariant
To increase the effective test coverage, this patch
re-enables the tst_qvariant test case as such, and
instead disables only the test functions that are currently
failing in CI.
Task-number: QTBUG-22453
Change-Id: Ibf0dc3caf50d34084fa50cf76d199e77a42f6e16
Reviewed-by: Olivier Goffart <ogoffart@kde.org>
(cherry picked from commit e142a64a33a54c433a38d330d64292b7e7698c92)
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qvariant/qvariant.pro')
-rw-r--r-- | tests/auto/qvariant/qvariant.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qvariant/qvariant.pro b/tests/auto/qvariant/qvariant.pro index 8517d02..2c9c8d7 100644 --- a/tests/auto/qvariant/qvariant.pro +++ b/tests/auto/qvariant/qvariant.pro @@ -3,5 +3,3 @@ SOURCES += tst_qvariant.cpp QT += network contains(QT_CONFIG, qt3support): QT += qt3support - -CONFIG+=insignificant_test # QTQAINFRA-428 |