Skip to content

Commit

Permalink
Add allowable mismatch to debug output for render checker
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Mar 6, 2014
1 parent 803bc29 commit 30bf3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrenderchecker.cpp
Expand Up @@ -352,7 +352,7 @@ bool QgsRenderChecker::compareImages( QString theTestName,
//
// Send match result to debug
//
qDebug( "%d/%d pixels mismatched", mMismatchCount, mMatchTarget );
qDebug( "%d/%d pixels mismatched (%d allowed)", mMismatchCount, mMatchTarget, theMismatchCount );

//
// Send match result to report
Expand Down

0 comments on commit 30bf3ec

Please sign in to comment.