diff options
author | Frederik Gladhorn <frederik.gladhorn@nokia.com> | 2011-07-20 08:09:27 (GMT) |
---|---|---|
committer | Frederik Gladhorn <frederik.gladhorn@nokia.com> | 2011-07-20 08:15:32 (GMT) |
commit | 075b0f744363842ed4179c644d933d461389544f (patch) | |
tree | 681cce019c231932e15603b1bc6e3cb4f75db9d8 /tests | |
parent | e8550a527889e9c42056a6a417a0b16c5b2b07c0 (diff) | |
download | Qt-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.cpp | 4 |
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(); } |