Skip to content

Commit

Permalink
Fix some failing tests (diagrams control images needed rebuilding fol…
Browse files Browse the repository at this point in the history
…lowing MTR composer changes, added tolerance to renderers test)
  • Loading branch information
nyalldawson committed Jun 18, 2014
1 parent 4ded76f commit 7cb2315
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsrenderers.cpp
Expand Up @@ -216,7 +216,7 @@ bool TestQgsRenderers::imageCheck( QString theTestType )
myChecker.setControlName( "expected_" + theTestType );
myChecker.setMapSettings( mMapSettings );
myChecker.setColorTolerance( 15 );
bool myResultFlag = myChecker.runTest( theTestType );
bool myResultFlag = myChecker.runTest( theTestType, 200 );
mReport += myChecker.report();
return myResultFlag;
}
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cb2315

Please sign in to comment.