/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-01 09:52:45 UTC
  • mto: This revision was merged to the branch mainline in revision 2957.
  • Revision ID: bialix@ukr.net-20071101095245-qmmtwknzalx2b33u
selftest: use SymlinkFeature instead of TestSkipped where appropriate

Show diffs side-by-side

added added

removed removed

Lines of Context:
937
937
        # pycurl do 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 do 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 do 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