Rev 4893: fix the comment in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-proto3-buffering

John Arbash Meinel john at arbash-meinel.com
Wed Dec 16 17:30:08 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-proto3-buffering

------------------------------------------------------------
revno: 4893
revision-id: john at arbash-meinel.com-20091216172953-5r2mph041cyspmov
parent: john at arbash-meinel.com-20091216172749-sgr2ehcbi9efmauv
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b4-proto3-buffering
timestamp: Wed 2009-12-16 11:29:53 -0600
message:
  fix the comment
-------------- next part --------------
=== modified file 'bzrlib/tests/test_smart_transport.py'
--- a/bzrlib/tests/test_smart_transport.py	2009-12-16 17:27:49 +0000
+++ b/bzrlib/tests/test_smart_transport.py	2009-12-16 17:29:53 +0000
@@ -2902,8 +2902,6 @@
         response = _mod_request.SuccessfulSmartServerResponse(
             ('arg', 'arg'), body_stream=body_stream)
         self.responder.send_response(response)
-        # The write buffer is flushed every 100 buffered writes, so we expect 2
-        # actual writes.
         self.assertWriteCount(2)
 
 



More information about the bazaar-commits mailing list