stabilize tst_QQuickFramebufferObject::testInvalidate

Task-number: QTBUG-64470
Change-Id: I78b789caa653883f2776d6c2d8dd303c1a756de3
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
Shawn Rutledge 2017-11-13 20:50:49 +01:00
parent 950ca8dee7
commit 6336763588
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
# QTBUG-64470
[testInvalidate)
osx
# QTBUG-65614
b2qt
[testThatStuffWorks]

View File

@ -242,7 +242,7 @@ void tst_QQuickFramebufferObject::testInvalidate()
item->update();
QTRY_COMPARE(frameInfo.createFBOCount, 1);
QCOMPARE(frameInfo.fboSize, QSize(300, 300));
QTRY_COMPARE(frameInfo.fboSize, QSize(300, 300));
}
QTEST_MAIN(tst_QQuickFramebufferObject)