summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qaccessibility/tst_qaccessibility.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qaccessibility/tst_qaccessibility.cpp b/tests/auto/qaccessibility/tst_qaccessibility.cpp
index abe7fa7..79d7ee2 100644
--- a/tests/auto/qaccessibility/tst_qaccessibility.cpp
+++ b/tests/auto/qaccessibility/tst_qaccessibility.cpp
@@ -1774,6 +1774,9 @@ void tst_QAccessibility::mainWindowTest()
QCOMPARE(interface->role(0), QAccessible::Window);
delete interface;
delete mw;
+#ifndef Q_WS_QWS
+ QEXPECT_FAIL("", "The object hide event is missing on QWS.", Continue);
+#endif
QVERIFY_EVENT(mw, 0, QAccessible::ObjectHide);
QTestAccessibility::clearEvents();
}