]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Test case updates related to macOS ventura changes:
authorStefan Eissing <icing@apache.org>
Sat, 4 Mar 2023 13:40:38 +0000 (13:40 +0000)
committerStefan Eissing <icing@apache.org>
Sat, 4 Mar 2023 13:40:38 +0000 (13:40 +0000)
commitd73a6e1490418ce6955a768eb30b6efb7d7cdc08
tree55e65caa524c488c8b0a4d35e71018309c527ef0
parentd7ac6428dbdcdf7684f2e928fc55cbea1ad56848
Test case updates related to macOS ventura changes:

- python 3.11 deprecates the `cg` module, replacing
  url query and multipart form-data handling with new code
- adaptions to changes in openssl/curl behaviours
- all mod_tls test cases now have prefix `test_tls_` for
  easier scoping.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908060 13f79535-47bb-0310-9956-ffa450edef68
30 files changed:
test/modules/http1/htdocs/cgi/upload.py
test/modules/http2/htdocs/cgi/echo.py
test/modules/http2/htdocs/cgi/echohd.py
test/modules/http2/htdocs/cgi/env.py
test/modules/http2/htdocs/cgi/hecho.py
test/modules/http2/htdocs/cgi/mnot164.py
test/modules/http2/htdocs/cgi/necho.py
test/modules/http2/htdocs/cgi/upload.py
test/modules/http2/test_004_post.py
test/modules/md/test_800_must_staple.py
test/modules/tls/env.py
test/modules/tls/htdocs/a.mod-tls.test/vars.py
test/modules/tls/htdocs/b.mod-tls.test/vars.py
test/modules/tls/test_01_apache.py
test/modules/tls/test_02_conf.py
test/modules/tls/test_03_sni.py
test/modules/tls/test_04_get.py
test/modules/tls/test_05_proto.py
test/modules/tls/test_06_ciphers.py
test/modules/tls/test_07_alpn.py
test/modules/tls/test_08_vars.py
test/modules/tls/test_09_timeout.py
test/modules/tls/test_10_session_id.py
test/modules/tls/test_11_md.py
test/modules/tls/test_12_cauth.py
test/modules/tls/test_13_proxy.py
test/modules/tls/test_14_proxy_ssl.py
test/modules/tls/test_15_proxy_tls.py
test/modules/tls/test_16_proxy_mixed.py
test/modules/tls/test_17_proxy_machine_cert.py