Skip to content

Commit

Permalink
More useful dash messages for render checker images
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Apr 17, 2012
1 parent 596ba1e commit 2ad635a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/core/qgsrenderchecker.cpp
Expand Up @@ -232,12 +232,12 @@ bool QgsRenderChecker::compareImages( QString theTestName,
//
// To get the images into CDash
//
QString myDashMessage = "<DartMeasurementFile name=\"Rendered Image\""
QString myDashMessage = "<DartMeasurementFile name=\"Rendered Image " + theTestName + "\""
" type=\"image/png\">" + mRenderedImageFile +
"</DartMeasurementFile>"
"<DartMeasurementFile name=\"Expected Image\" type=\"image/png\">" +
"<DartMeasurementFile name=\"Expected Image " + theTestName + "\" type=\"image/png\">" +
mExpectedImageFile + "</DartMeasurementFile>"
"<DartMeasurementFile name=\"Difference Image\" type=\"image/png\">" +
"<DartMeasurementFile name=\"Difference Image " + theTestName + "\" type=\"image/png\">" +
myDiffImageFile + "</DartMeasurementFile>";
qDebug( ) << myDashMessage;

Expand Down

0 comments on commit 2ad635a

Please sign in to comment.