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

------------------------------------------------------------
revno: 5058
revision-id: [email protected]
parent: [email protected]
committer: Vincent Ladeuil <[email protected]>
branch nick: test-servers
timestamp: Tue 2010-02-09 22:31:52 +0100
message:
  -s bt.per_interbranch passing
=== 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'))

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to