We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0fb2499 commit 77582cbCopy full SHA for 77582cb
tests/src/core/qgsrenderchecker.cpp
@@ -94,11 +94,11 @@ bool QgsRenderChecker::runTest( QString theTestName )
94
mReport += "Actual Duration : " + QString::number(mElapsedTime) + "ms<br>";
95
QString myImagesString= "</td></tr>"
96
"<tr><td>Test Result:</td><td>Expected Result:</td><td>Difference (all blue is good, any red is bad)</td></tr>\n"
97
- "<tr><td><img src=\"" +
+ "<tr><td><img src=\"file://" +
98
myResultImage +
99
- "\"></td>\n<td><img src=\"" +
+ "\"></td>\n<td><img src=\"file://" +
100
mExpectedImageFile +
101
- "\"></td><td><img src=\"" +
+ "\"></td><td><img src=\"file://" +
102
myResultDiffImage +
103
"\"></td>\n</tr>\n</table>";
104
//
0 commit comments