mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
Corrected typo in comment.
This commit is contained in:
parent
526aa8fe57
commit
a83244c27f
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void Test::evaluateTests() {
|
||||||
|
|
||||||
// Two criteria are used to decide if a folder contains valid test results.
|
// Two criteria are used to decide if a folder contains valid test results.
|
||||||
// 1) a 'test'js' file exists in the folder
|
// 1) a 'test'js' file exists in the folder
|
||||||
// 2) the folder has the same number of anual and expected images
|
// 2) the folder has the same number of actual and expected images
|
||||||
void Test::evaluateTestsRecursively() {
|
void Test::evaluateTestsRecursively() {
|
||||||
// Select folder to start recursing from
|
// Select folder to start recursing from
|
||||||
QString topLevelDirectory = QFileDialog::getExistingDirectory(nullptr, "Please select folder that will contain the top level test script", ".", QFileDialog::ShowDirsOnly);
|
QString topLevelDirectory = QFileDialog::getExistingDirectory(nullptr, "Please select folder that will contain the top level test script", ".", QFileDialog::ShowDirsOnly);
|
||||||
|
|
Loading…
Reference in a new issue