Rev 5050: -s bt.per_branch.test_bound_sftp passing in file:///home/vila/src/bzr/cleanup/test-servers/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Feb 9 21:17:27 GMT 2010
At file:///home/vila/src/bzr/cleanup/test-servers/
------------------------------------------------------------
revno: 5050
revision-id: v.ladeuil+lp at free.fr-20100209211727-594kfko33hoxiz3y
parent: v.ladeuil+lp at free.fr-20100209211620-6cewhir7s3wfoa0m
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: test-servers
timestamp: Tue 2010-02-09 22:17:27 +0100
message:
-s bt.per_branch.test_bound_sftp passing
-------------- next part --------------
=== modified file 'bzrlib/tests/per_branch/test_bound_sftp.py'
--- a/bzrlib/tests/per_branch/test_bound_sftp.py 2010-02-05 13:35:16 +0000
+++ b/bzrlib/tests/per_branch/test_bound_sftp.py 2010-02-09 21:17:27 +0000
@@ -25,16 +25,15 @@
errors,
tests,
)
-from bzrlib.transport.local import LocalURLServer
-from bzrlib.transport.memory import MemoryServer
+from bzrlib.tests import test_server
class BoundSFTPBranch(tests.TestCaseWithTransport):
def setUp(self):
tests.TestCaseWithTransport.setUp(self)
- self.vfs_transport_factory = MemoryServer
- if self.transport_server is LocalURLServer:
+ self.vfs_transport_factory = test_server.MemoryServer
+ if self.transport_server is test_server.LocalURLServer:
self.transport_server = None
def create_branches(self):
More information about the bazaar-commits
mailing list