Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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