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

------------------------------------------------------------
revno: 5049
revision-id: [email protected]
parent: [email protected]
committer: Vincent Ladeuil <[email protected]>
branch nick: test-servers
timestamp: Tue 2010-02-09 22:16:20 +0100
message:
  -s bt.per_branch.test_branch passing
=== modified file 'bzrlib/tests/per_branch/test_branch.py'
--- a/bzrlib/tests/per_branch/test_branch.py    2010-02-05 13:56:14 +0000
+++ b/bzrlib/tests/per_branch/test_branch.py    2010-02-09 21:16:20 +0000
@@ -35,9 +35,9 @@
 from bzrlib.tests import (
     http_server,
     per_branch,
+    test_server,
     )
 from bzrlib.tests.http_server import HttpServer
-from bzrlib.transport.memory import MemoryServer
 
 
 class TestTestCaseWithBranch(per_branch.TestCaseWithBranch):
@@ -512,7 +512,7 @@
 
     def setUp(self):
         super(ChrootedTests, self).setUp()
-        if not self.vfs_transport_factory == MemoryServer:
+        if not self.vfs_transport_factory == test_server.MemoryServer:
             self.transport_readonly_server = HttpServer
 
     def test_open_containing(self):

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

Reply via email to