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

------------------------------------------------------------
revno: 5054
revision-id: [email protected]
parent: [email protected]
committer: Vincent Ladeuil <[email protected]>
branch nick: test-servers
timestamp: Tue 2010-02-09 22:25:59 +0100
message:
  -s bb.test_push passing
=== modified file 'bzrlib/tests/blackbox/test_push.py'
--- a/bzrlib/tests/blackbox/test_push.py        2010-01-07 03:03:01 +0000
+++ b/bzrlib/tests/blackbox/test_push.py        2010-02-09 21:25:59 +0000
@@ -35,6 +35,7 @@
     blackbox,
     http_server,
     test_foreign,
+    test_server,
     )
 from bzrlib.transport import memory
 
@@ -582,7 +583,7 @@
         return transport.get_transport(target)
 
 
-class RedirectingMemoryServer(memory.MemoryServer):
+class RedirectingMemoryServer(test_server.MemoryServer):
 
     def start_server(self):
         self._dirs = {'/': None}

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

Reply via email to