mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +02:00
Fixed typo.
This commit is contained in:
parent
e69871f499
commit
a9a783588b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ private:
|
||||||
const int NUM_DIGITS { 5 };
|
const int NUM_DIGITS { 5 };
|
||||||
const QString EXPECTED_IMAGE_PREFIX { "ExpectedImage_" };
|
const QString EXPECTED_IMAGE_PREFIX { "ExpectedImage_" };
|
||||||
|
|
||||||
// We have to directories to work with.
|
// We have two directories to work with.
|
||||||
// The first is the directory containing the test we are working with
|
// The first is the directory containing the test we are working with
|
||||||
// The second contains the snapshots taken for test runs that need to be evaluated
|
// The second contains the snapshots taken for test runs that need to be evaluated
|
||||||
QString testDirectory;
|
QString testDirectory;
|
||||||
|
|
Loading…
Reference in a new issue