~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http.py

  • Committer: Alexander Belchenko
  • Date: 2007-11-02 05:12:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2957.
  • Revision ID: bialix@ukr.net-20071102051217-5ebfnblbcihhut5g
John's review

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('pycurl do not check HTTP_PROXY '
 
940
        raise TestSkipped('pycurl does not check HTTP_PROXY '
941
941
            'for security reasons')
942
942
 
943
943
    def test_HTTP_PROXY_with_NO_PROXY(self):
944
 
        raise TestSkipped('pycurl do not check HTTP_PROXY '
 
944
        raise TestSkipped('pycurl does not check HTTP_PROXY '
945
945
            'for security reasons')
946
946
 
947
947
    def test_http_proxy_without_scheme(self):