/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_transport.py

  • Committer: John Arbash Meinel
  • Date: 2010-01-05 04:30:07 UTC
  • mfrom: (4932 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4934.
  • Revision ID: john@arbash-meinel.com-20100105043007-ehgbldqd3q0gtyws
Merge bzr.dev, resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2902
2902
        response = _mod_request.SuccessfulSmartServerResponse(
2903
2903
            ('arg', 'arg'), body_stream=body_stream)
2904
2904
        self.responder.send_response(response)
2905
 
        # The write buffer is flushed every 100 buffered writes, so we expect 2
2906
 
        # actual writes.
2907
2905
        self.assertWriteCount(2)
2908
2906
 
2909
2907