Merge lp:~saviq/unity8/fix-notification-indicator-title into lp:unity8

Proposed by Michał Sawicz
Status: Merged
Approved by: Michał Sawicz
Approved revision: 1162
Merged at revision: 1171
Proposed branch: lp:~saviq/unity8/fix-notification-indicator-title
Merge into: lp:unity8
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/unity8/indicators/tests/test_indicators.py (+1/-1)
To merge this branch: bzr merge lp:~saviq/unity8/fix-notification-indicator-title
Reviewer Review Type Date Requested Status
Mirco Müller (community) Approve
Michael Terry Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+230971@code.launchpad.net

Commit message

Fix notifications indicator title

Description of the change

 * Are there any related MPs required for this MP to build/function as expected? Please list.
N
 * Did you perform an exploratory manual test run of your code change and any related functionality?
Y
 * Did you make sure that your branch does not contain spurious tags?
Y
 * If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A
 * If you changed the UI, has there been a design review?
N/A

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michael Terry (mterry) wrote :

LGTM

review: Approve
Revision history for this message
Mirco Müller (macslow) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/unity8/indicators/tests/test_indicators.py'
2--- tests/autopilot/unity8/indicators/tests/test_indicators.py 2014-06-11 15:36:51 +0000
3+++ tests/autopilot/unity8/indicators/tests/test_indicators.py 2014-08-15 13:03:46 +0000
4@@ -76,7 +76,7 @@
5 ('Location', dict(indicator_name='indicator-location',
6 title='Location')),
7 ('Messaging', dict(indicator_name='indicator-messages',
8- title='Incoming')),
9+ title='Notification center')),
10 ('Network', dict(indicator_name='indicator-network',
11 title='Network')),
12 ('Power', dict(indicator_name='indicator-power',

Subscribers

People subscribed via source and target branches