From e93f8edcb8c880fe0597bcda02feac10dfdffa9a Mon Sep 17 00:00:00 2001
From: Robert Loehning <robert.loehning@digia.com>
Date: Wed, 11 Sep 2013 13:32:24 +0200
Subject: [PATCH] Squish: More output from tst_simple_analyze

Change-Id: I8dd924a427a63c5f80f7972a8b13a6ef7d3297d7
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
---
 tests/system/suite_debugger/tst_simple_analyze/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py
index c2c5ceb81f..3e72b5faba 100644
--- a/tests/system/suite_debugger/tst_simple_analyze/test.py
+++ b/tests/system/suite_debugger/tst_simple_analyze/test.py
@@ -107,7 +107,7 @@ def main():
                 test.compare(dumpItems(model, column=2)[0], '100.00 %')
                 for i in [3, 5, 6, 7]:
                     for item in dumpItems(model, column=i)[:numberOfMsRows]:
-                        test.verify(item.endswith(' ms'))
+                        test.verify(item.endswith(' ms'), "Verify that '%s' ends with ' ms'" % item)
             deleteAppFromWinFW(workingDir, projectName, False)
     invokeMenuItem("File", "Exit")
 
-- 
GitLab