mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Corrected comment.
This commit is contained in:
parent
991beeab19
commit
c4182a8146
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ void Test::includeTest(QTextStream& textStream, const QString& testPathname) {
|
|||
}
|
||||
|
||||
void Test::createTests() {
|
||||
// Rename files sequentially, as ExpectedResult_00000.jpeg, ExpectedResult_00001.jpg and so on
|
||||
// Rename files sequentially, as ExpectedResult_00000.png, ExpectedResult_00001.png and so on
|
||||
// Any existing expected result images will be deleted
|
||||
QString previousSelection = _snapshotDirectory;
|
||||
QString parent = previousSelection.left(previousSelection.lastIndexOf('/'));
|
||||
|
|
Loading…
Reference in a new issue