Skip to content

Commit

Permalink
Prefix image urls with file://
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8018 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 21, 2008
1 parent 4272a46 commit f8a8c8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/core/qgsrenderchecker.cpp
Expand Up @@ -94,11 +94,11 @@ bool QgsRenderChecker::runTest( QString theTestName )
mReport += "Actual Duration : " + QString::number(mElapsedTime) + "ms<br>";
QString myImagesString= "</td></tr>"
"<tr><td>Test Result:</td><td>Expected Result:</td><td>Difference (all blue is good, any red is bad)</td></tr>\n"
"<tr><td><img src=\"" +
"<tr><td><img src=\"file://" +
myResultImage +
"\"></td>\n<td><img src=\"" +
"\"></td>\n<td><img src=\"file://" +
mExpectedImageFile +
"\"></td><td><img src=\"" +
"\"></td><td><img src=\"file://" +
myResultDiffImage +
"\"></td>\n</tr>\n</table>";
//
Expand Down

0 comments on commit f8a8c8d

Please sign in to comment.