Skip to content

Commit

Permalink
Add tolerance to shapeburst test
Browse files Browse the repository at this point in the history
Fixes it on ubuntu trusty
  • Loading branch information
m-kuhn committed Nov 18, 2014
1 parent 00c5a75 commit 7d7ac62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsshapeburst.cpp
Expand Up @@ -237,7 +237,7 @@ bool TestQgsShapeburst::imageCheck( QString theTestType )
myChecker.setControlName( "expected_" + theTestType );
myChecker.setMapSettings( mMapSettings );
myChecker.setColorTolerance( 20 );
bool myResultFlag = myChecker.runTest( theTestType );
bool myResultFlag = myChecker.runTest( theTestType, 500 );
mReport += myChecker.report();
return myResultFlag;
}
Expand Down

0 comments on commit 7d7ac62

Please sign in to comment.