summaryrefslogtreecommitdiff
path: root/tests/autopilot
diff options
authorThomi Richards <thomi.richards@canonical.com>2012-07-10 10:14:54 +1200
committerThomi Richards <thomi.richards@canonical.com>2012-07-10 10:14:54 +1200
commit5a9bd28ff22e1751710bb9f60b85ec5fb411c75a (patch)
tree4b07f84014003b8b34708f574508cd84c64c5b1a /tests/autopilot
parente32b7f88e2f3c2e7953919f8169a8818228f9099 (diff)
Fixed erroring panel test.
(bzr r2478.1.7)
Diffstat (limited to 'tests/autopilot')
-rw-r--r--tests/autopilot/unity/tests/test_panel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/test_panel.py b/tests/autopilot/unity/tests/test_panel.py
index fac8f18c7..4a9490f72 100644
--- a/tests/autopilot/unity/tests/test_panel.py
+++ b/tests/autopilot/unity/tests/test_panel.py
@@ -947,7 +947,7 @@ class PanelKeyNavigationTests(PanelTestsBase):
self.assertThat(open_indicator.entry_id, Eventually(Equals(expected_indicator.entry_id)))
self.keybinding("panel/open_first_menu")
- self.assertThat(self.panel.get_active_indicator(), Eventually(Equals(None)))
+ self.assertThat(self.panel.get_active_indicator, Eventually(Equals(None)))
def test_panel_menu_accelerators_work(self):
"""Pressing a valid menu accelerator must open the correct menu item."""