Rev 2590: Missed one test. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
robertc at robertcollins.net
Thu Jul 5 21:54:06 BST 2007
At http://people.ubuntu.com/~robertc/baz2.0/integration
------------------------------------------------------------
revno: 2590
revision-id: robertc at robertcollins.net-20070705205402-zlb38672nxlb0jsl
parent: robertc at robertcollins.net-20070705070026-5bfnbk99qfv6yv9i
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Fri 2007-07-06 06:54:02 +1000
message:
Missed one test.
modified:
bzrlib/tests/test_smart_transport.py test_ssh_transport.py-20060608202016-c25gvf1ob7ypbus6-2
=== modified file 'bzrlib/tests/test_smart_transport.py'
--- a/bzrlib/tests/test_smart_transport.py 2007-07-05 02:38:29 +0000
+++ b/bzrlib/tests/test_smart_transport.py 2007-07-05 20:54:02 +0000
@@ -834,6 +834,8 @@
self._captureVar('BZR_NO_SMART_VFS', None)
class FlakyTransport(object):
base = 'a_url'
+ def external_url(self):
+ return self.base
def get_bytes(self, path):
raise Exception("some random exception from inside server")
smart_server = server.SmartTCPServer(backing_transport=FlakyTransport())
More information about the bazaar-commits
mailing list