Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/shell.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-10-28 09:55:09 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-10-28 09:57:26 (GMT)
commitc9cfce308ae17469ecffe6d198170970310ba2cc (patch)
tree5cff159c14f47edf0a25c607c5ea309b01fa3290 /tests/shell.py
parent3b0daa69fafe6fe0d9defa8a2f662a49cd38eede (diff)
Image Viewer doesn't show an object chooser anymore
Diffstat (limited to 'tests/shell.py')
-rw-r--r--tests/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell.py b/tests/shell.py
index dc045d4..cbc10ab 100644
--- a/tests/shell.py
+++ b/tests/shell.py
@@ -5,7 +5,7 @@ from dogtail import tree
from dogtail import predicate
from dogtail import dump
-ACTIVITIES_WITH_OBJECT_CHOOSER = ["Read", "Image Viewer", "Jukebox"]
+ACTIVITIES_WITH_OBJECT_CHOOSER = ["Read", "Jukebox"]
ACTIVITIES_TO_IGNORE = ["Pippy"]
def build_activities_list():