test: fixed crash of tst_qdialog and removed CONFIG+=insignificant_test
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 1 Aug 2011 23:13:38 +0000 (09:13 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 2 Aug 2011 05:37:16 +0000 (07:37 +0200)
commit569cd194d20e61d35768b210b4351f4eeb5c1ef8
treebd19f2c03715aa7bdcf078630179dfc96c3ab614
parent493634a71190679666082687626c05047b5cd463
test: fixed crash of tst_qdialog and removed CONFIG+=insignificant_test

This test assumed that C++ exceptions could always be caught by the
event loop.  This is not the case when the Glib event loop is used.
Skip the relevant portion of the test in that case.

Change-Id: I6a6325c3590c810a5aba28ec98279581dcfaf55c
Reviewed-on: http://codereview.qt.nokia.com/2455
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
tests/auto/qdialog/qdialog.pro
tests/auto/qdialog/tst_qdialog.cpp