From c85a4563524c5c41bfdffd622086ed9152501833 Mon Sep 17 00:00:00 2001
From: Robert Loehning <robert.loehning@nokia.com>
Date: Mon, 13 Feb 2012 15:16:36 +0100
Subject: [PATCH] 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>
---
 tests/system/suite_qtquick/tst_qml_editor/test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/system/suite_qtquick/tst_qml_editor/test.py b/tests/system/suite_qtquick/tst_qml_editor/test.py
index 624705285fd..1b01c3fc00e 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):
-- 
GitLab