mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 12:14:00 +02:00
Removed erroneous underscore
This commit is contained in:
parent
f0aa11605e
commit
ce4233ba21
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ void Test::appendTestResultsToFile(const QString& _testResultsFolderPath, TestFa
|
|||
stream << "Test failed in folder " << testFailure._pathname.left(testFailure._pathname.length() - 1) << endl; // remove trailing '/'
|
||||
stream << "Expected image was " << testFailure._expectedImageFilename << endl;
|
||||
stream << "Actual image was " << testFailure._actualImageFilename << endl;
|
||||
stream << "Similarity _index was " << testFailure._error << endl;
|
||||
stream << "Similarity index was " << testFailure._error << endl;
|
||||
|
||||
descriptionFile.close();
|
||||
|
||||
|
|
Loading…
Reference in a new issue