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-07-02 12:49:50 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-02 12:49:50 (GMT)
commit41e73d32f37979ef2126b7e55c8e570f90c1bb8e (patch)
treeffd7f026ce096df92d0c2143466dfe6dac33fc74 /tests
parent5174d26710a52afceaf40792fba2e9c6718996a6 (diff)
Remove the pyabiword dependency for now
It's broken in ubuntu
Diffstat (limited to 'tests')
-rw-r--r--tests/shell.py2
1 files changed, 1 insertions, 1 deletions
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