Skip to content

Commit

Permalink
Add some tolerance to font marker test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 20, 2016
1 parent 2bacece commit bac3b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsfontmarker.cpp
Expand Up @@ -173,7 +173,7 @@ bool TestQgsFontMarkerSymbol::imageCheck( const QString& theTestType )
myChecker.setControlPathPrefix( "symbol_fontmarker" );
myChecker.setControlName( "expected_" + theTestType );
myChecker.setMapSettings( mMapSettings );
bool myResultFlag = myChecker.runTest( theTestType );
bool myResultFlag = myChecker.runTest( theTestType, 30 );
mReport += myChecker.report();
return myResultFlag;
}
Expand Down

0 comments on commit bac3b30

Please sign in to comment.