summaryrefslogtreecommitdiff
path: root/tests
diff options
authorStephen M. Webb <stephen.webb@canonical.com>2014-12-15 10:17:36 -0500
committerStephen M. Webb <stephen.webb@canonical.com>2014-12-15 10:17:36 -0500
commit9ff8973c1da226d3aa37ebe7262e4d0ac31a7492 (patch)
tree28692226850a617b60c5fbf4b72e6ab748cf1d55 /tests
parent41b61acafe6f593806e48142191ad281275f7270 (diff)
fix AP test failures due to upstream FileRoller .desktop file rename
Fixes LP: #1402707 (bzr r3893.3.1)
Diffstat (limited to 'tests')
-rw-r--r--tests/autopilot/unity/tests/launcher/test_scroll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/launcher/test_scroll.py b/tests/autopilot/unity/tests/launcher/test_scroll.py
index 6ac3e4e94..59814d0f6 100644
--- a/tests/autopilot/unity/tests/launcher/test_scroll.py
+++ b/tests/autopilot/unity/tests/launcher/test_scroll.py
@@ -27,7 +27,7 @@ class LauncherScrollTests(LauncherTestCase):
if "System Monitor" not in self.process_manager.KNOWN_APPS:
self.process_manager.register_known_application("System Monitor", "gnome-system-monitor.desktop", "gnome-system-monitor")
if "Archive Manager" not in self.process_manager.KNOWN_APPS:
- self.process_manager.register_known_application("Archive Manager", "file-roller.desktop", "file-roller")
+ self.process_manager.register_known_application("Archive Manager", "org.gnome.FileRoller.desktop", "file-roller")
apps = ("Calculator", "Mahjongg", "Text Editor", "Character Map", "Terminal", "Remmina", "System Monitor", "Archive Manager")