mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
remove duplicate separator in test diff pngs
This commit is contained in:
parent
d6017dd88f
commit
a016367dd1
@ -260,8 +260,8 @@ bool QgsRenderChecker::compareImages( QString theTestName,
|
||||
QImage myDifferenceImage( myExpectedImage.width(),
|
||||
myExpectedImage.height(),
|
||||
QImage::Format_RGB32 );
|
||||
QString myDiffImageFile = QDir::tempPath() + QDir::separator() +
|
||||
QDir::separator() +
|
||||
QString myDiffImageFile = QDir::tempPath() +
|
||||
QDir::separator() +
|
||||
theTestName + "_result_diff.png";
|
||||
myDifferenceImage.fill( qRgb( 152, 219, 249 ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user