Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-21 23:55:28 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-21 23:55:28 (GMT)
commita02ee8131d325223642df81179c3e2ec5f7747dd (patch)
treebbc47caa2299f6949f517272672acc8565a0a247 /tests
parentea6f06a0530ff8812cfbb1eeec9dab8202015abe (diff)
Improve UI test log
Diffstat (limited to 'tests')
-rw-r--r--tests/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/shell.py b/tests/shell.py
index c9a8082..25bd34d 100644
--- a/tests/shell.py
+++ b/tests/shell.py
@@ -23,6 +23,8 @@ def build_activities_list():
return activities
def launch_and_stop_activity(activity_name):
+ print "Launching %s" % activity_name
+
root = tree.get_root()
shell = root.find_child(name="sugar-session", role_name="application")
@@ -34,8 +36,6 @@ def launch_and_stop_activity(activity_name):
icon = row[1]
if name == activity_name:
- print "Launching %s" % activity_name
-
icon.click()
print "Stopping %s" % activity_name