~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-03 02:37:39 UTC
  • mfrom: (2949.5.2 symlink.feature)
  • Revision ID: pqm@pqm.ubuntu.com-20071103023739-e0wzok4qpvzq66sa
selftest: use SymlinkFeature instead of TestSkipped where appropriate

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