Fix autotest.
I changed a string by accident. (cherry picked from commit 77cbbe9e47c62047ff88973d8158c42dc30fbd00)
This commit is contained in:
parent
8ab64530b3
commit
4195f07881
@ -1949,7 +1949,7 @@ void tst_QAccessibility::buttonTest()
|
||||
|
||||
// currently our buttons only have click as action, press and release are missing
|
||||
QCOMPARE(actionInterface->actionCount(), 1);
|
||||
QCOMPARE(actionInterface->name(0), QString("Click"));
|
||||
QCOMPARE(actionInterface->name(0), QString("Press"));
|
||||
QCOMPARE(pushButton.clickCount, 0);
|
||||
actionInterface->doAction(0);
|
||||
QTest::qWait(500);
|
||||
|
Loading…
Reference in New Issue
Block a user