summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaccessibility/tst_qaccessibility.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-07-20 01:09:27 -0700
committerFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-07-20 01:15:32 -0700
commit075b0f744363842ed4179c644d933d461389544f (patch)
tree681cce019c231932e15603b1bc6e3cb4f75db9d8 /tests/auto/qaccessibility/tst_qaccessibility.cpp
parente8550a527889e9c42056a6a417a0b16c5b2b07c0 (diff)
Remove testing for Hide of mainwindow.
This event is not used anywhere and the test seems to fail randomly. Since this line causes more trouble than it helps simply remove it. Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qaccessibility/tst_qaccessibility.cpp')
-rw-r--r--tests/auto/qaccessibility/tst_qaccessibility.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qaccessibility/tst_qaccessibility.cpp b/tests/auto/qaccessibility/tst_qaccessibility.cpp
index 79d7ee23f8..d452820f9c 100644
--- a/tests/auto/qaccessibility/tst_qaccessibility.cpp
+++ b/tests/auto/qaccessibility/tst_qaccessibility.cpp
@@ -1774,10 +1774,6 @@ 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();
}