summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-08-17 15:08:02 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-08-18 10:12:59 (GMT)
commit0129e6e48613378a1a5548b2744ec7f9ae0d9961 (patch)
treeba7a7272c7ebb2a0a831515fe84819028960fc8c /tests/auto/qwidget
parentbc1c472967c78579178cf7e98ab999842fee3102 (diff)
downloadQt-0129e6e48613378a1a5548b2744ec7f9ae0d9961.zip
Qt-0129e6e48613378a1a5548b2744ec7f9ae0d9961.tar.gz
Qt-0129e6e48613378a1a5548b2744ec7f9ae0d9961.tar.bz2
Removed QEXPECT_FAIL macros for test case which now passes
Task-number: QTBUG-12406 Reviewed-by: Jason Barron
Diffstat (limited to 'tests/auto/qwidget')
-rw-r--r--tests/auto/qwidget/tst_qwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qwidget/tst_qwidget.cpp b/tests/auto/qwidget/tst_qwidget.cpp
index ba0be3e..ef05b91 100644
--- a/tests/auto/qwidget/tst_qwidget.cpp
+++ b/tests/auto/qwidget/tst_qwidget.cpp
@@ -9742,7 +9742,6 @@ void tst_QWidget::destroyBackingStoreWhenHidden()
QVERIFY(0 != backingStore(child));
// Parent is obscured, therefore its backing store should be destroyed
- QEXPECT_FAIL("", "QTBUG-12406", Continue);
QVERIFY(0 == backingStore(parent));
// Disable full screen