Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try increasing color tolerance for composer tests slightly
  • Loading branch information
nyalldawson committed Dec 3, 2014
1 parent 16b4dfe commit 3e6d784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/qgscompositionchecker.cpp
Expand Up @@ -29,7 +29,7 @@ QgsCompositionChecker::QgsCompositionChecker( const QString& testName, QgsCompos
, mDotsPerMeter( 96 / 25.4 * 1000 )
{
// The composer has some slight render inconsistencies on the whole image sometimes
setColorTolerance( 1 );
setColorTolerance( 5 );
}

QgsCompositionChecker::QgsCompositionChecker()
Expand Down

0 comments on commit 3e6d784

Please sign in to comment.