Skip to content

Commit 660900b

Browse files
committed
Tweak test tolerance for xenial
1 parent 8cfd17d commit 660900b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgscomposerlabel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ void TestQgsComposerLabel::renderAsHtml()
264264

265265
QgsCompositionChecker checker( "composerlabel_renderhtml", mComposition );
266266
checker.setControlPathPrefix( "composer_label" );
267-
QVERIFY( checker.testComposition( mReport, 0, 0 ) );
267+
QVERIFY( checker.testComposition( mReport, 0, 10 ) );
268268
}
269269

270270
void TestQgsComposerLabel::renderAsHtmlRelative()

0 commit comments

Comments
 (0)