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

merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
942
942
        # pycurl does not check HTTP_PROXY for security reasons
943
943
        # (for use in a CGI context that we do not care
944
944
        # about. Should we ?)
945
 
        raise tests.TestSkipped('pycurl does not check HTTP_PROXY '
946
 
                                'for security reasons')
 
945
        raise tests.TestNotApplicable(
 
946
            'pycurl does not check HTTP_PROXY for security reasons')
947
947
 
948
948
    def test_HTTP_PROXY_with_NO_PROXY(self):
949
 
        raise tests.TestSkipped('pycurl does not check HTTP_PROXY '
950
 
                                'for security reasons')
 
949
        raise tests.TestNotApplicable(
 
950
            'pycurl does not check HTTP_PROXY for security reasons')
951
951
 
952
952
    def test_http_proxy_without_scheme(self):
953
953
        # pycurl *ignores* invalid proxy env variables. If that