aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/applicationwindow
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-30 12:47:03 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-30 11:50:17 +0000
commit30fcc7358b9e7db905d99355091eb3e44fcee840 (patch)
tree713a502eed0496d187a4287226543c0f869fa953 /tests/auto/applicationwindow
parent509b610267fd1f9eef5e22267a0cab6fae4a3752 (diff)
tst_applicationwindow: a temporary workaround to unblock CI
Change-Id: Ia28054f5860bf65c87a0c8cfcc09f7c9a769c7cf Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/auto/applicationwindow')
-rw-r--r--tests/auto/applicationwindow/tst_applicationwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/applicationwindow/tst_applicationwindow.cpp b/tests/auto/applicationwindow/tst_applicationwindow.cpp
index 34493ea0..d2937a6d 100644
--- a/tests/auto/applicationwindow/tst_applicationwindow.cpp
+++ b/tests/auto/applicationwindow/tst_applicationwindow.cpp
@@ -437,6 +437,11 @@ void tst_applicationwindow::attachedProperties()
QVERIFY(!childItem->property("attached_header").value<QQuickItem *>());
QVERIFY(!childItem->property("attached_footer").value<QQuickItem *>());
QVERIFY(!childItem->property("attached_overlay").value<QQuickItem *>());
+
+ // ### A temporary workaround to unblock the CI until the crash caused
+ // by https://codereview.qt-project.org/#/c/108517/ has been fixed...
+ window->hide();
+ qApp->processEvents();
}
void tst_applicationwindow::font()