/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: Andrew Bennetts
  • Date: 2011-06-02 07:25:33 UTC
  • mfrom: (5952 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5955.
  • Revision ID: andrew.bennetts@canonical.com-20110602072533-v0pe1ivh27cp0pd8
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1493
1493
        smart_protocol._has_dispatched = True
1494
1494
        smart_protocol.request = _mod_request.SmartServerRequestHandler(
1495
1495
            None, _mod_request.request_handlers, '/')
 
1496
        # GZ 2010-08-10: Cycle with closure affects 4 tests
1496
1497
        class FakeCommand(_mod_request.SmartServerRequest):
1497
1498
            def do_body(self_cmd, body_bytes):
1498
1499
                self.end_received = True