summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-07-20 08:09:27 (GMT)
committerFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-07-20 08:15:32 (GMT)
commit075b0f744363842ed4179c644d933d461389544f (patch)
tree681cce019c231932e15603b1bc6e3cb4f75db9d8 /tests
parente8550a527889e9c42056a6a417a0b16c5b2b07c0 (diff)
downloadQt-075b0f744363842ed4179c644d933d461389544f.zip
Qt-075b0f744363842ed4179c644d933d461389544f.tar.gz
Qt-075b0f744363842ed4179c644d933d461389544f.tar.bz2
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')
-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 79d7ee2..d452820 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();
}