Skip to content

Commit 7d7ac62

Browse files
committed
Add tolerance to shapeburst test
Fixes it on ubuntu trusty
1 parent 00c5a75 commit 7d7ac62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgsshapeburst.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ bool TestQgsShapeburst::imageCheck( QString theTestType )
237237
myChecker.setControlName( "expected_" + theTestType );
238238
myChecker.setMapSettings( mMapSettings );
239239
myChecker.setColorTolerance( 20 );
240-
bool myResultFlag = myChecker.runTest( theTestType );
240+
bool myResultFlag = myChecker.runTest( theTestType, 500 );
241241
mReport += myChecker.report();
242242
return myResultFlag;
243243
}

0 commit comments

Comments
 (0)