~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_transport.py

Delete some obsolete code and comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1017
1017
        smart.SmartServerStreamMedium.__init__(self, memory.MemoryTransport())
1018
1018
        self._write_output_list = write_output_list
1019
1019
 
1020
 
    def _write_and_flush(self, bytes):
1021
 
        self._write_output_list.append(bytes)
1022
 
 
1023
1020
 
1024
1021
class TestSmartProtocol(tests.TestCase):
1025
1022
    """Tests for the smart protocol.