Skip to content

Commit 7cb2315

Browse files
committedJun 18, 2014
Fix some failing tests (diagrams control images needed rebuilding following MTR composer changes, added tolerance to renderers test)
1 parent 4ded76f commit 7cb2315

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 

‎tests/src/core/testqgsrenderers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ bool TestQgsRenderers::imageCheck( QString theTestType )
216216
myChecker.setControlName( "expected_" + theTestType );
217217
myChecker.setMapSettings( mMapSettings );
218218
myChecker.setColorTolerance( 15 );
219-
bool myResultFlag = myChecker.runTest( theTestType );
219+
bool myResultFlag = myChecker.runTest( theTestType, 200 );
220220
mReport += myChecker.report();
221221
return myResultFlag;
222222
}
-1.25 KB

Error rendering embedded code

Invalid image source.

-2.66 KB

Error rendering embedded code

Invalid image source.

0 commit comments

Comments
 (0)
Please sign in to comment.