diff options
author | Robert Loehning <robert.loehning@nokia.com> | 2012-02-13 15:16:36 +0100 |
---|---|---|
committer | Robert Löhning <robert.loehning@nokia.com> | 2012-02-14 15:10:50 +0100 |
commit | c85a4563524c5c41bfdffd622086ed9152501833 (patch) | |
tree | bf0f260be887d49eb0ee0e59d38af4d529699354 /tests/system/suite_qtquick | |
parent | 4bbe36b1f339390903c9e71e513cec15556ba585 (diff) | |
download | qt-creator-c85a4563524c5c41bfdffd622086ed9152501833.tar.gz |
Squish: Additional log at the end of tst_qml_editor
Change-Id: I1d1da9b333b76e086319091ad6849eca3dc21fb9
Reviewed-by: Bill King <bill.king@nokia.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Diffstat (limited to 'tests/system/suite_qtquick')
-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): |