diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-08-17 15:08:02 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-08-18 10:12:59 (GMT) |
commit | 0129e6e48613378a1a5548b2744ec7f9ae0d9961 (patch) | |
tree | ba7a7272c7ebb2a0a831515fe84819028960fc8c | |
parent | bc1c472967c78579178cf7e98ab999842fee3102 (diff) | |
download | Qt-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
-rw-r--r-- | tests/auto/qwidget/tst_qwidget.cpp | 1 |
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 |