We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 06932d9 commit 44559feCopy full SHA for 44559fe
tests/src/core/testqgsblendmodes.cpp
@@ -237,7 +237,7 @@ bool TestQgsBlendModes::imageCheck( const QString& theTestType )
237
QgsMultiRenderChecker myChecker;
238
myChecker.setControlName( "expected_" + theTestType );
239
myChecker.setMapSettings( *mMapSettings );
240
- myChecker.setColorTolerance( 1 );
+ myChecker.setColorTolerance( 5 );
241
bool myResultFlag = myChecker.runTest( theTestType, 20 );
242
mReport += myChecker.report();
243
return myResultFlag;
0 commit comments