Skip to content

Commit

Permalink
Increase tolerance on blend modes test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 20, 2016
1 parent 06932d9 commit 44559fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsblendmodes.cpp
Expand Up @@ -237,7 +237,7 @@ bool TestQgsBlendModes::imageCheck( const QString& theTestType )
QgsMultiRenderChecker myChecker;
myChecker.setControlName( "expected_" + theTestType );
myChecker.setMapSettings( *mMapSettings );
myChecker.setColorTolerance( 1 );
myChecker.setColorTolerance( 5 );
bool myResultFlag = myChecker.runTest( theTestType, 20 );
mReport += myChecker.report();
return myResultFlag;
Expand Down

0 comments on commit 44559fe

Please sign in to comment.