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

------------------------------------------------------------
revno: 5052
revision-id: [email protected]
parent: [email protected]
committer: Vincent Ladeuil <[email protected]>
branch nick: test-servers
timestamp: Tue 2010-02-09 22:21:54 +0100
message:
  -s bb.test_send passing (tsk tsk indrect imports)
=== modified file 'bzrlib/tests/blackbox/test_send.py'
--- a/bzrlib/tests/blackbox/test_send.py        2009-11-28 00:48:03 +0000
+++ b/bzrlib/tests/blackbox/test_send.py        2010-02-09 21:21:54 +0000
@@ -26,6 +26,7 @@
     tests,
     )
 from bzrlib.bundle import serializer
+from bzrlib.tests import test_server
 
 
 def load_tests(standard_tests, module, loader):
@@ -280,7 +281,7 @@
         self.assertEqual('rev3', md.revision_id)
 
     def test_nonexistant_branch(self):
-        self.vfs_transport_factory = tests.MemoryServer
+        self.vfs_transport_factory = test_server.MemoryServer
         location = self.get_url('absentdir/')
         out, err = self.run_bzr(["send", "--from", location], retcode=3)
         self.assertEqual(out, '')

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

Reply via email to