Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in renderchecker output
  • Loading branch information
dakcarto committed Feb 21, 2014
1 parent 5748abf commit b979774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsrenderchecker.cpp
Expand Up @@ -234,10 +234,10 @@ bool QgsRenderChecker::compareImages( QString theTestName,
mReport += "<tr><td colspan=2>";
mReport += "Test image and result image for " + theTestName + "<br>"
"Expected size: " + QString::number( myExpectedImage.width() ).toLocal8Bit() + "w x " +
QString::number( myExpectedImage.width() ).toLocal8Bit() + "h (" +
QString::number( myExpectedImage.height() ).toLocal8Bit() + "h (" +
QString::number( mMatchTarget ).toLocal8Bit() + " pixels)<br>"
"Actual size: " + QString::number( myResultImage.width() ).toLocal8Bit() + "w x " +
QString::number( myResultImage.width() ).toLocal8Bit() + "h (" +
QString::number( myResultImage.height() ).toLocal8Bit() + "h (" +
QString::number( myPixelCount ).toLocal8Bit() + " pixels)";
mReport += "</td></tr>";
mReport += "<tr><td colspan = 2>\n";
Expand Down

0 comments on commit b979774

Please sign in to comment.