/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_http_response.py

merge bzr.dev r4164

Show diffs side-by-side

added added

removed removed

Lines of Context:
801
801
    """
802
802
 
803
803
    def setUp(self):
 
804
        tests.TestCase.setUp(self)
804
805
        # create a test datablock larger than _max_read_size.
805
806
        chunk_size = response.RangeFile._max_read_size
806
807
        test_pattern = '0123456789ABCDEF'