Skip to content

Commit 4665ac0

Browse files
committed
Fix bug with test renderer where it was saving diff images to the wrong place
1 parent 7be2d96 commit 4665ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/qgsrenderchecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ bool QgsRenderChecker::compareImages( QString theTestName,
170170
myExpectedImage.height(),
171171
QImage::Format_RGB32 );
172172
QString myResultDiffImage = QDir::tempPath() + QDir::separator() +
173-
"control_images" + QDir::separator() +
173+
QDir::separator() +
174174
theTestName + "_result_diff.png";
175175
myDifferenceImage.fill( qRgb( 152, 219, 249 ) );
176176

0 commit comments

Comments
 (0)