##// 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 131 server: testing stub value
132 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 136 % tar.bz2 and zip disallowed should both give 403
136 137 403 Archive type not allowed: bz2
137 138 content-type: text/html; charset=ascii
@@ -159,7 +160,8 b' check http return codes'
159 160 server: testing stub value
160 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 165 % zip and tar.gz disallowed should both give 403
164 166 403 Archive type not allowed: zip
165 167 content-type: text/html; charset=ascii
@@ -218,7 +220,8 b' check http return codes (with deprecated'
218 220 server: testing stub value
219 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 225 % tar.bz2 and zip disallowed should both give 403
223 226 403 Archive type not allowed: bz2
224 227 content-type: text/html; charset=ascii
@@ -246,7 +249,8 b' check http return codes (with deprecated'
246 249 server: testing stub value
247 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 254 % zip and tar.gz disallowed should both give 403
251 255 403 Archive type not allowed: zip
252 256 content-type: text/html; charset=ascii
General Comments 0
You need to be logged in to leave comments. Login now