Merge lp:~cmiller/desktopcouch/small-test-fixes into lp:desktopcouch

Proposed by Chad Miller
Status: Merged
Approved by: Chad Miller
Approved revision: 204
Merged at revision: 204
Proposed branch: lp:~cmiller/desktopcouch/small-test-fixes
Merge into: lp:desktopcouch
Diff against target: 12 lines (+1/-1)
1 file modified
desktopcouch/tests/test_service.py (+1/-1)
To merge this branch: bzr merge lp:~cmiller/desktopcouch/small-test-fixes
Reviewer Review Type Date Requested Status
Eric Casteleijn (community) Approve
Manuel de la Peña (community) Approve
Review via email: mp+40729@code.launchpad.net

Commit message

Fix broken use of super().

To post a comment you must log in.
Revision history for this message
Manuel de la Peña (mandel) wrote :

+1

review: Approve
Revision history for this message
Eric Casteleijn (thisfred) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'desktopcouch/tests/test_service.py'
2--- desktopcouch/tests/test_service.py 2010-11-03 20:54:54 +0000
3+++ desktopcouch/tests/test_service.py 2010-11-12 14:43:21 +0000
4@@ -23,7 +23,7 @@
5 """Test the class that manages the service."""
6
7 def setUp(self):
8- super(MockerTestCase, self).setUp()
9+ super(TestService, self).setUp()
10 # set up the dependencies used by the service object
11 self._pid_result = 32
12 self._port_result = 32323

Subscribers

People subscribed via source and target branches