mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Improved error message.
This commit is contained in:
parent
0ace57b396
commit
a856d10798
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ void AWSInterface::createEntry(const int index, const QString& testResult, QText
|
|||
if (differenceFileFound) {
|
||||
stream << "\t\t\t\t<td><img src=\"./" << folder << "/" << resultName << "/" << _comparisonImageFilename << "\" width = \"576\" height = \"324\" ></td>\n";
|
||||
} else {
|
||||
stream << "\t\t\t\t<td><h2>No Image Found</h2>\n";
|
||||
stream << "\t\t\t\t<td><h2>Image size mismatch</h2>\n";
|
||||
}
|
||||
|
||||
stream << "\t\t\t</tr>\n";
|
||||
|
|
Loading…
Reference in a new issue