/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 breezy/tests/test_http_response.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
from cStringIO import StringIO
41
41
import httplib
42
42
 
43
 
from brzlib import (
 
43
from breezy import (
44
44
    errors,
45
45
    tests,
46
46
    )
47
 
from brzlib.transport.http import (
 
47
from breezy.transport.http import (
48
48
    response,
49
49
    _urllib2_wrappers,
50
50
    )
51
 
from brzlib.tests.file_utils import (
 
51
from breezy.tests.file_utils import (
52
52
    FakeReadFile,
53
53
    )
54
54
 
197
197
 
198
198
       The semantic is unclear in case of multiple ranges. Seeking from end
199
199
       exists only for the http transports, cannot be used if the file size is
200
 
       unknown and is not used in brzlib itself. This test must be (and is)
 
200
       unknown and is not used in breezy itself. This test must be (and is)
201
201
       overridden by daughter classes.
202
202
 
203
203
       Reading from end makes sense only when a range has been requested from