mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
Fix bug with test renderer where it was saving diff images to the wrong place
This commit is contained in:
parent
7be2d960de
commit
4665ac01f5
@ -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 ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user