mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +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.
|
||||
// 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() {
|
||||
// Select folder to start recursing from
|
||||
QString topLevelDirectory = QFileDialog::getExistingDirectory(nullptr, "Please select folder that will contain the top level test script", ".", QFileDialog::ShowDirsOnly);
|
||||
|
|
Loading…
Reference in a new issue