From 6cb590105f2830d60fdbc371651672745d809230 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Mon, 19 Mar 2012 17:27:38 +1000 Subject: [PATCH] Fix QQuickCanvas test failure. Switch to a QTRY_COMPARE to allow a little more time processing the event loop. Change-Id: I4f14feb5cbc7d11654f6c9089baff4ae67d894db Reviewed-by: Martin Jones --- tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp b/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp index 3a27d17..7250504 100644 --- a/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp +++ b/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp @@ -698,7 +698,7 @@ void tst_qquickcanvas::headless() canvas->show(); QTest::qWaitForWindowShown(canvas); - QCOMPARE(initialized.size(), 1); + QTRY_COMPARE(initialized.size(), 1); QVERIFY(canvas->openglContext() != 0); // Verify that the visual output is the same -- 1.7.2.5