From 680038e2c14d5f83dcc1d0e15b5db216c1d81ea8 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 26 Jun 2018 08:49:46 +0200 Subject: winrt: tst_qdoublespinbox: Remove QEXPECT_FAIL for editingFinished Behavior has been fixed. Task-number: QTBUG-68297 Change-Id: I217fffc3c9a189d48e673356b1123f9eda8af94a Reviewed-by: Joerg Bornemann --- tests/auto/widgets/widgets/qdoublespinbox/tst_qdoublespinbox.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3