/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

  • Committer: Alexander Belchenko
  • Date: 2007-11-04 11:45:30 UTC
  • mfrom: (2961 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2968.
  • Revision ID: bialix@ukr.net-20071104114530-30jl2zjawaxe375f
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
934
934
        self.no_proxy_host = 'localhost'
935
935
 
936
936
    def test_HTTP_PROXY(self):
937
 
        # pycurl do not check HTTP_PROXY for security reasons
 
937
        # pycurl does not check HTTP_PROXY for security reasons
938
938
        # (for use in a CGI context that we do not care
939
939
        # about. Should we ?)
940
 
        raise TestSkipped()
 
940
        raise TestSkipped('pycurl does not check HTTP_PROXY '
 
941
            'for security reasons')
941
942
 
942
943
    def test_HTTP_PROXY_with_NO_PROXY(self):
943
 
        raise TestSkipped()
 
944
        raise TestSkipped('pycurl does not check HTTP_PROXY '
 
945
            'for security reasons')
944
946
 
945
947
    def test_http_proxy_without_scheme(self):
946
948
        # pycurl *ignores* invalid proxy env variables. If that