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-12-13 11:13:40 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-13 11:13:40 (GMT)
commit5d72254eece7b425b73b17a23dae46e6fdb902f6 (patch)
tree2eaf6c6df57f7c59406d25efb0d1bdcdbf6df7d2 /tests
parentc70c4b7b901e7bd6eb7b6f5b089a76821b2f7c08 (diff)
Revert "Adapt to executable name change"
This reverts commit aa9c52db0ca5b91a87925c315876a28c8cdc2efd.
Diffstat (limited to 'tests')
-rw-r--r--tests/sugar/shell.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sugar/shell.py b/tests/sugar/shell.py
index 0dd9ca2..14a0709 100644
--- a/tests/sugar/shell.py
+++ b/tests/sugar/shell.py
@@ -7,7 +7,7 @@ ACTIVITIES_WITH_OBJECT_CHOOSER = ["Read", "Jukebox"]
def build_activities_list():
root = tree.get_root()
- shell = root.find_child(name="main.py", role_name="application")
+ shell = root.find_child(name="sugar-session", role_name="application")
activities = []
@@ -26,7 +26,7 @@ def launch_and_stop_activity(activity_name):
print "Launching %s" % activity_name
root = tree.get_root()
- shell = root.find_child(name="main.py", role_name="application")
+ shell = root.find_child(name="sugar-session", role_name="application")
table = shell.find_child(role_name="table")
cells = table.find_children(role_name="table cell")
@@ -60,7 +60,7 @@ def launch_and_stop_activity(activity_name):
def go_to_list_view():
root = tree.get_root()
- shell = root.find_child(name="main.py", role_name="application")
+ shell = root.find_child(name="sugar-session", role_name="application")
done_button = shell.find_child(name="Done", role_name="push button")
done_button.do_action("click")