Rev 5032: Fix imports in per_branch/test_update.py. in file:///home/vila/src/bzr/cleanup/test-imports/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Feb 8 09:11:54 GMT 2010


At file:///home/vila/src/bzr/cleanup/test-imports/

------------------------------------------------------------
revno: 5032
revision-id: v.ladeuil+lp at free.fr-20100208091154-15p9m6bil6ria4jn
parent: v.ladeuil+lp at free.fr-20100208090831-gsyiciii1dfxtocf
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: test-imports
timestamp: Mon 2010-02-08 10:11:54 +0100
message:
  Fix imports in per_branch/test_update.py.
-------------- next part --------------
=== modified file 'bzrlib/tests/per_branch/test_update.py'
--- a/bzrlib/tests/per_branch/test_update.py	2009-07-10 05:49:34 +0000
+++ b/bzrlib/tests/per_branch/test_update.py	2010-02-08 09:11:54 +0000
@@ -19,13 +19,13 @@
     errors,
     revision as _mod_revision,
     )
-from bzrlib.tests.per_branch.test_branch import TestCaseWithBranch
+from bzrlib.tests import per_branch
 
 
 """Tests for branch.update()"""
 
 
-class TestUpdate(TestCaseWithBranch):
+class TestUpdate(per_branch.TestCaseWithBranch):
 
     def test_update_unbound_works(self):
         b = self.make_branch('.')
@@ -69,7 +69,7 @@
         self.assertEqual(['bar'], child_tree.branch.revision_history())
 
 
-class TestUpdateRevisions(TestCaseWithBranch):
+class TestUpdateRevisions(per_branch.TestCaseWithBranch):
 
     def test_accepts_graph(self):
         # An implementation may not use it, but it should allow a 'graph' to be



More information about the bazaar-commits mailing list