Skip to content

Commit

Permalink
Moved test images into their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Apr 13, 2012
1 parent 49b1ad3 commit 25dccaf
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/core/qgsrenderchecker.cpp
Expand Up @@ -111,6 +111,7 @@ bool QgsRenderChecker::compareImages( QString theTestName,
myExpectedImage.height(),
QImage::Format_RGB32 );
QString myResultDiffImage = QDir::tempPath() + QDir::separator() +
"control_images" + QDir::separator() +
theTestName + "_result_diff.png";
myDifferenceImage.fill( qRgb( 152, 219, 249 ) );

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 25dccaf

Please sign in to comment.