aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJustin McPherson <justin.mcpherson@nokia.com>2012-03-02 16:28:16 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-06 06:34:36 +0100
commitfd57a4059a69cdbefda880a62d949994314fa9ed (patch)
tree9a240fa88e2c018693a85e4046e2fff5f7a04d9a /tests
parenteab48686b2ec6df8cd179c9472eda4e8c3505cef (diff)
Continue refactor of Canvas rendering.
- Remove sync() - not necessary - Queue buffer before flush Change-Id: If7dea8e56a612d241c67a82eae265febc45059a8 Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickcanvasitem/data/tst_canvas.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickcanvasitem/data/tst_canvas.qml b/tests/auto/quick/qquickcanvasitem/data/tst_canvas.qml
index a00ccc3c3f..348a7b3904 100644
--- a/tests/auto/quick/qquickcanvasitem/data/tst_canvas.qml
+++ b/tests/auto/quick/qquickcanvasitem/data/tst_canvas.qml
@@ -228,7 +228,7 @@ Rectangle {
c.toDataURL();
wait(100);
- compare(c.paintedCount, 1);
+ compare(c.paintedCount, 2);
compare(c.paintCount, 1);
c.destroy();