At file:///home/vila/src/bzr/cleanup/test-servers/
------------------------------------------------------------
revno: 5050
revision-id: [email protected]
parent: [email protected]
committer: Vincent Ladeuil <[email protected]>
branch nick: test-servers
timestamp: Tue 2010-02-09 22:17:27 +0100
message:
-s bt.per_branch.test_bound_sftp passing
=== 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):
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits