Skip to content

Commit

Permalink
Fix bug with test renderer where it was saving diff images to the wro…
Browse files Browse the repository at this point in the history
…ng place
  • Loading branch information
timlinux committed Apr 14, 2012
1 parent 7be2d96 commit 4665ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/qgsrenderchecker.cpp
Expand Up @@ -170,7 +170,7 @@ bool QgsRenderChecker::compareImages( QString theTestName,
myExpectedImage.height(),
QImage::Format_RGB32 );
QString myResultDiffImage = QDir::tempPath() + QDir::separator() +
"control_images" + QDir::separator() +
QDir::separator() +
theTestName + "_result_diff.png";
myDifferenceImage.fill( qRgb( 152, 219, 249 ) );

Expand Down

0 comments on commit 4665ac0

Please sign in to comment.