From 41e73d32f37979ef2126b7e55c8e570f90c1bb8e Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 02 Jul 2012 12:49:50 +0000 Subject: Remove the pyabiword dependency for now It's broken in ubuntu --- (limited to 'tests/shell.py') diff --git a/tests/shell.py b/tests/shell.py index f78963a..5c20bdd 100644 --- a/tests/shell.py +++ b/tests/shell.py @@ -38,7 +38,7 @@ radio_button.click() # Launch and close all the activities for activity_launcher in get_activity_launchers(shell): - if activity_launcher.name == "Pippy": + if activity_launcher.name in ["Pippy", "Write"]: continue print "Launching %s" % activity_launcher.name -- cgit v0.9.1