summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-10-09 16:32:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-12 07:52:50 +0200
commitff1a51491397e8042803679a210a09e966d118dd (patch)
treea8c12cd22f85ac989b06aeea8f0aabaadac469c3 /tests
parentda7111be51cab7c7484afd15ec9de7fb852ae305 (diff)
Mark QTreeView test as significant.
I can't find any failures in the CI logs, as reported by the bug. Even if there is still an unstable test here, it is not appropriate to mark the entire test as insignificant, as that hides regressions in the entire class. Task-number: QTBUG-23638 Change-Id: I1aeaf6e725bf28e9ac03c9330a67e51241b9272b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/itemviews/qtreeview/qtreeview.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/widgets/itemviews/qtreeview/qtreeview.pro b/tests/auto/widgets/itemviews/qtreeview/qtreeview.pro
index 8e617c6016..8640e152d3 100644
--- a/tests/auto/widgets/itemviews/qtreeview/qtreeview.pro
+++ b/tests/auto/widgets/itemviews/qtreeview/qtreeview.pro
@@ -4,5 +4,4 @@ QT += widgets testlib
QT += widgets-private gui-private core-private
SOURCES += tst_qtreeview.cpp
-linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):CONFIG+=insignificant_test # QTBUG-23638
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0