Merge lp:~mandel/ubuntuone-windows-installer/use-new-testcase into lp:ubuntuone-windows-installer

Proposed by Manuel de la Peña
Status: Merged
Approved by: Manuel de la Peña
Approved revision: 90
Merged at revision: 90
Proposed branch: lp:~mandel/ubuntuone-windows-installer/use-new-testcase
Merge into: lp:ubuntuone-windows-installer
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntuone_installer/tests/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~mandel/ubuntuone-windows-installer/use-new-testcase
Reviewer Review Type Date Requested Status
Diego Sarmentero (community) Approve
Roberto Alsina (community) Approve
Review via email: mp+83135@code.launchpad.net

Commit message

Changed the import from ubuntuone-dev-tools so that we do not use the deprecated API.

Description of the change

Changed the import from ubuntuone-dev-tools so that we do not use the deprecated API.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) wrote :

+1 trivial

review: Approve
Revision history for this message
Diego Sarmentero (diegosarmentero) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone_installer/tests/__init__.py'
2--- ubuntuone_installer/tests/__init__.py 2011-10-28 11:00:42 +0000
3+++ ubuntuone_installer/tests/__init__.py 2011-11-23 10:45:41 +0000
4@@ -21,7 +21,7 @@
5
6 from twisted.internet import defer
7
8-from ubuntuone.devtools.testcase import TestCase as BaseTestCase
9+from ubuntuone.devtools.testcases import TestCase as BaseTestCase
10
11
12 class TestCase(BaseTestCase):

Subscribers

People subscribed via source and target branches