Rev 5058: -s bt.per_interbranch passing in file:///home/vila/src/bzr/cleanup/test-servers/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Feb 9 21:31:53 GMT 2010
At file:///home/vila/src/bzr/cleanup/test-servers/
------------------------------------------------------------
revno: 5058
revision-id: v.ladeuil+lp at free.fr-20100209213152-3nl4yl4ksd3sd30f
parent: v.ladeuil+lp at free.fr-20100209212920-ca8go0vm1h07c99o
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: test-servers
timestamp: Tue 2010-02-09 22:31:52 +0100
message:
-s bt.per_interbranch passing
-------------- next part --------------
=== modified file 'bzrlib/tests/per_interbranch/test_push.py'
--- a/bzrlib/tests/per_interbranch/test_push.py 2010-01-25 17:48:22 +0000
+++ b/bzrlib/tests/per_interbranch/test_push.py 2010-02-09 21:31:52 +0000
@@ -40,7 +40,7 @@
TestCaseWithInterBranch,
)
from bzrlib.transport import get_transport
-from bzrlib.transport.local import LocalURLServer
+from bzrlib.tests import test_server
# These tests are based on similar tests in
@@ -155,7 +155,7 @@
try:
tree = a_branch.bzrdir.create_workingtree()
except errors.NotLocalUrl:
- if self.vfs_transport_factory is LocalURLServer:
+ if self.vfs_transport_factory is test_server.LocalURLServer:
# the branch is colocated on disk, we cannot create a checkout.
# hopefully callers will expect this.
local_controldir = bzrdir.BzrDir.open(self.get_vfs_only_url('repo/tree'))
More information about the bazaar-commits
mailing list