/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 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to 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 bzrlib import (
 
43
from breezy import (
44
44
    errors,
45
45
    tests,
46
46
    )
47
 
from bzrlib.transport.http import (
 
47
from breezy.transport.http import (
48
48
    response,
49
49
    _urllib2_wrappers,
50
50
    )
51
 
from bzrlib.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 bzrlib 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