Merge lp:~fginther/unity/fix-autopilot-session-indicator into lp:unity

Proposed by Francis Ginther
Status: Merged
Approved by: Christopher Lee
Approved revision: no longer in the source branch.
Merged at revision: 2879
Proposed branch: lp:~fginther/unity/fix-autopilot-session-indicator
Merge into: lp:unity
Diff against target: 21 lines (+2/-2)
1 file modified
tests/autopilot/unity/tests/test_panel.py (+2/-2)
To merge this branch: bzr merge lp:~fginther/unity/fix-autopilot-session-indicator
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Pending
Christopher Lee Pending
Unity Team Pending
Review via email: mp+132988@code.launchpad.net

Commit message

Renamed references from 'indicator-session-devices' to 'indicator-session' in the autopilot panel tests when attempting to open an indicator.

Description of the change

Renamed references from 'indicator-session-devices' to 'indicator-session' in the autopilot panel tests when attempting to open an indicator.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/unity/tests/test_panel.py'
2--- tests/autopilot/unity/tests/test_panel.py 2012-10-11 01:44:15 +0000
3+++ tests/autopilot/unity/tests/test_panel.py 2012-11-05 23:15:27 +0000
4@@ -589,7 +589,7 @@
5 maximized=True,
6 move_to_monitor=True)
7
8- indicator = self.panel.indicators.get_indicator_by_name_hint("indicator-session-devices")
9+ indicator = self.panel.indicators.get_indicator_by_name_hint("indicator-session")
10 self.mouse_open_indicator(indicator)
11 self.assertThat(self.panel.window_buttons_shown, Eventually(Equals(False)))
12
13@@ -1225,7 +1225,7 @@
14 """Opening an indicator entry and then hovering others entries must open them."""
15 text_win = self.open_new_application_window("Text Editor")
16 panel = self.panels.get_panel_for_monitor(text_win.monitor)
17- indicator = panel.indicators.get_indicator_by_name_hint("indicator-session-devices")
18+ indicator = panel.indicators.get_indicator_by_name_hint("indicator-session")
19 self.mouse_open_indicator(indicator)
20
21 for monitor in range(0, self.screen_geo.get_num_monitors()):