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>
This commit is contained in:
parent
4050ee6ac7
commit
680038e2c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user