From 49424409e40dec6eefb96d3c8afa39a3c3378b21 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 30 Jun 2012 11:45:58 +0000 Subject: Print the name of the activity we are launching --- (limited to 'tests/shell.py') diff --git a/tests/shell.py b/tests/shell.py index f216356..3d2215b 100644 --- a/tests/shell.py +++ b/tests/shell.py @@ -16,6 +16,8 @@ table = shell.child(name="", roleName="table") cells = table.findChildren(predicate.GenericPredicate(roleName="table cell")) for row in [cells[i:i+5] for i in range(0, len(cells), 5)]: + print "Launching %s" % row[2].text + row[1].click() activity = tree.root.child(name="sugar-activity", roleName="application") -- cgit v0.9.1