summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-06-26 08:49:46 +0200
committerOliver Wolff <oliver.wolff@qt.io>2018-06-26 10:56:28 +0000
commit680038e2c14d5f83dcc1d0e15b5db216c1d81ea8 (patch)
treeb4541536e5350d8408b2cb74684293321baa6fae /tests/auto/widgets/widgets
parent4050ee6ac7da0e5e7414c699c3cd4e26193c653d (diff)
winrt: tst_qdoublespinbox: Remove QEXPECT_FAIL for editingFinished
Behavior has been fixed. Task-number: QTBUG-68297 Change-Id: I217fffc3c9a189d48e673356b1123f9eda8af94a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/widgets/widgets')
-rw-r--r--tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp b/tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp
index 5ecdcd4c07..ee9446f00b 100644
--- a/tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp
+++ b/tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp
@@ -838,10 +838,6 @@ void tst_QDoubleSpinBox::editingFinished()
testFocusWidget->show();
testFocusWidget->activateWindow();
-#ifdef Q_OS_WINRT
- QEXPECT_FAIL("", "Widget does not get another activation on WinRT as it's already visible.",
- Continue);
-#endif
QVERIFY(QTest::qWaitForWindowActive(testFocusWidget));
box->setFocus();
QTRY_VERIFY(box->hasFocus());
@@ -883,9 +879,6 @@ void tst_QDoubleSpinBox::editingFinished()
QCOMPARE(editingFinishedSpy2.count(), 3);
testFocusWidget->hide();
QCOMPARE(editingFinishedSpy1.count(), 4);
-#ifdef Q_OS_WINRT
- QEXPECT_FAIL("", "Hide does not trigger signal on WinRT - QTBUG-68297.", Continue);
-#endif
QCOMPARE(editingFinishedSpy2.count(), 4);
// On some platforms this is our root window