Skip to content
Snippets Groups Projects
Commit e93f8edc authored by Robert Loehning's avatar Robert Loehning
Browse files

Squish: More output from tst_simple_analyze


Change-Id: I8dd924a427a63c5f80f7972a8b13a6ef7d3297d7
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent 6b99d2bb
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ def main(): ...@@ -107,7 +107,7 @@ def main():
test.compare(dumpItems(model, column=2)[0], '100.00 %') test.compare(dumpItems(model, column=2)[0], '100.00 %')
for i in [3, 5, 6, 7]: for i in [3, 5, 6, 7]:
for item in dumpItems(model, column=i)[:numberOfMsRows]: 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) deleteAppFromWinFW(workingDir, projectName, False)
invokeMenuItem("File", "Exit") invokeMenuItem("File", "Exit")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment