##// END OF EJS Templates
tests: make tarball output conditional on Python version...
Gregory Szorc -
r43341:830eacef default
parent child Browse files
Show More
@@ -131,7 +131,8 b' check http return codes'
131 server: testing stub value
131 server: testing stub value
132 transfer-encoding: chunked
132 transfer-encoding: chunked
133
133
134 body: size=408, sha1=8fa06531bddecc365a9f5edb0f88b65974bfe505
134 body: size=408, sha1=8fa06531bddecc365a9f5edb0f88b65974bfe505 (no-py38 !)
135 body: size=506, sha1=70926a04cb8887d0bcccf5380488100a10222def (py-38 !)
135 % tar.bz2 and zip disallowed should both give 403
136 % tar.bz2 and zip disallowed should both give 403
136 403 Archive type not allowed: bz2
137 403 Archive type not allowed: bz2
137 content-type: text/html; charset=ascii
138 content-type: text/html; charset=ascii
@@ -159,7 +160,8 b' check http return codes'
159 server: testing stub value
160 server: testing stub value
160 transfer-encoding: chunked
161 transfer-encoding: chunked
161
162
162 body: size=426, sha1=8d87f5aba6e14f1bfea6c232985982c278b2fb0b
163 body: size=426, sha1=8d87f5aba6e14f1bfea6c232985982c278b2fb0b (no-py38 !)
164 body: size=506, sha1=1bd1f8e8d3701704bd4385038bd9c09b81c77f4e (py38 !)
163 % zip and tar.gz disallowed should both give 403
165 % zip and tar.gz disallowed should both give 403
164 403 Archive type not allowed: zip
166 403 Archive type not allowed: zip
165 content-type: text/html; charset=ascii
167 content-type: text/html; charset=ascii
@@ -218,7 +220,8 b' check http return codes (with deprecated'
218 server: testing stub value
220 server: testing stub value
219 transfer-encoding: chunked
221 transfer-encoding: chunked
220
222
221 body: size=408, sha1=8fa06531bddecc365a9f5edb0f88b65974bfe505
223 body: size=408, sha1=8fa06531bddecc365a9f5edb0f88b65974bfe505 (no-py38 !)
224 body: size=506, sha1=70926a04cb8887d0bcccf5380488100a10222def (py38 !)
222 % tar.bz2 and zip disallowed should both give 403
225 % tar.bz2 and zip disallowed should both give 403
223 403 Archive type not allowed: bz2
226 403 Archive type not allowed: bz2
224 content-type: text/html; charset=ascii
227 content-type: text/html; charset=ascii
@@ -246,7 +249,8 b' check http return codes (with deprecated'
246 server: testing stub value
249 server: testing stub value
247 transfer-encoding: chunked
250 transfer-encoding: chunked
248
251
249 body: size=426, sha1=8d87f5aba6e14f1bfea6c232985982c278b2fb0b
252 body: size=426, sha1=8d87f5aba6e14f1bfea6c232985982c278b2fb0b (no-py38 !)
253 body: size=506, sha1=1bd1f8e8d3701704bd4385038bd9c09b81c77f4e (py38 !)
250 % zip and tar.gz disallowed should both give 403
254 % zip and tar.gz disallowed should both give 403
251 403 Archive type not allowed: zip
255 403 Archive type not allowed: zip
252 content-type: text/html; charset=ascii
256 content-type: text/html; charset=ascii
General Comments 0
You need to be logged in to leave comments. Login now