Skip to content

Commit 30bf3ec

Browse files
committed
Add allowable mismatch to debug output for render checker
1 parent 803bc29 commit 30bf3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsrenderchecker.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ bool QgsRenderChecker::compareImages( QString theTestName,
352352
//
353353
// Send match result to debug
354354
//
355-
qDebug( "%d/%d pixels mismatched", mMismatchCount, mMatchTarget );
355+
qDebug( "%d/%d pixels mismatched (%d allowed)", mMismatchCount, mMatchTarget, theMismatchCount );
356356

357357
//
358358
// Send match result to report

0 commit comments

Comments
 (0)