mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -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.setControlName( "expected_" + theTestType );
|
||||||
myChecker.setMapSettings( mMapSettings );
|
myChecker.setMapSettings( mMapSettings );
|
||||||
myChecker.setColorTolerance( 20 );
|
myChecker.setColorTolerance( 20 );
|
||||||
bool myResultFlag = myChecker.runTest( theTestType );
|
bool myResultFlag = myChecker.runTest( theTestType, 500 );
|
||||||
mReport += myChecker.report();
|
mReport += myChecker.report();
|
||||||
return myResultFlag;
|
return myResultFlag;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user