mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Add tolerance to shapeburst test
Fixes it on ubuntu trusty
This commit is contained in:
parent
00c5a75e03
commit
7d7ac62f67
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user