Merge lp:~diegosarmentero/ubuntuone-client/fix-messaging-tests into lp:ubuntuone-client

Proposed by Diego Sarmentero on 2012-05-02
Status: Merged
Approved by: dobey on 2012-05-02
Approved revision: 1237
Merged at revision: 1237
Proposed branch: lp:~diegosarmentero/ubuntuone-client/fix-messaging-tests
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
tests/platform/messaging/test_linux.py (+1/-1)
To merge this branch: bzr merge lp:~diegosarmentero/ubuntuone-client/fix-messaging-tests
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve on 2012-05-02
Mike McCracken (community) 2012-05-02 Approve on 2012-05-02
Review via email: mp+104444@code.launchpad.net

Commit Message

- Fixing broken tests (LP: #993519).

To post a comment you must log in.
Mike McCracken (mikemc) wrote :

This same change fixed the failing tests on my branch. Approve.

review: Approve
Roberto Alsina (ralsina) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/platform/messaging/test_linux.py'
2--- tests/platform/messaging/test_linux.py 2012-04-30 17:57:27 +0000
3+++ tests/platform/messaging/test_linux.py 2012-05-02 20:17:21 +0000
4@@ -112,7 +112,7 @@
5 mock_indicator.show()
6 if real_callback:
7 open_volumes = self.mocker.replace(
8- "ubuntuone.platform.linux.messaging.open_volumes")
9+ "ubuntuone.platform.messaging.linux.open_volumes")
10 open_volumes()
11 mock_indicator.set_property('draw-attention', 'false')
12 mock_indicator.hide()

Subscribers

People subscribed via source and target branches