diff options
Diffstat (limited to 'tests/system')
-rw-r--r-- | tests/system/suite_qtquick/tst_qml_editor/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/suite_qtquick/tst_qml_editor/test.py b/tests/system/suite_qtquick/tst_qml_editor/test.py index 624705285f..1b01c3fc00 100644 --- a/tests/system/suite_qtquick/tst_qml_editor/test.py +++ b/tests/system/suite_qtquick/tst_qml_editor/test.py @@ -23,6 +23,7 @@ def main(): testRenameId() testFindUsages() testHovering() + test.log("Test finished") invokeMenuItem("File", "Exit") def prepareTemplate(sourceExample): |