Skip to content

Commit 25dccaf

Browse files
committedApr 13, 2012
Moved test images into their own folder
1 parent 49b1ad3 commit 25dccaf

18 files changed

+1
-0
lines changed
 

‎tests/src/core/qgsrenderchecker.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ bool QgsRenderChecker::compareImages( QString theTestName,
111111
myExpectedImage.height(),
112112
QImage::Format_RGB32 );
113113
QString myResultDiffImage = QDir::tempPath() + QDir::separator() +
114+
"control_images" + QDir::separator() +
114115
theTestName + "_result_diff.png";
115116
myDifferenceImage.fill( qRgb( 152, 219, 249 ) );
116117

0 commit comments

Comments
 (0)
Please sign in to comment.