##// END OF EJS Templates
tests: update test-archive.t expectations for python3.9 changes...
Augie Fackler -
r45097:862025f1 default
parent child Browse files
Show More
@@ -132,7 +132,8 b' check http return codes'
132 transfer-encoding: chunked
132 transfer-encoding: chunked
133
133
134 body: size=408, sha1=8fa06531bddecc365a9f5edb0f88b65974bfe505 (no-py38 !)
134 body: size=408, sha1=8fa06531bddecc365a9f5edb0f88b65974bfe505 (no-py38 !)
135 body: size=506, sha1=70926a04cb8887d0bcccf5380488100a10222def (py38 !)
135 body: size=506, sha1=70926a04cb8887d0bcccf5380488100a10222def (py38 no-py39 !)
136 body: size=505, sha1=eb823c293bedff0df4070b854e2c5cbb06d6ec62 (py39 !)
136 % tar.bz2 and zip disallowed should both give 403
137 % tar.bz2 and zip disallowed should both give 403
137 403 Archive type not allowed: bz2
138 403 Archive type not allowed: bz2
138 content-type: text/html; charset=ascii
139 content-type: text/html; charset=ascii
@@ -161,7 +162,8 b' check http return codes'
161 transfer-encoding: chunked
162 transfer-encoding: chunked
162
163
163 body: size=426, sha1=8d87f5aba6e14f1bfea6c232985982c278b2fb0b (no-py38 !)
164 body: size=426, sha1=8d87f5aba6e14f1bfea6c232985982c278b2fb0b (no-py38 !)
164 body: size=506, sha1=1bd1f8e8d3701704bd4385038bd9c09b81c77f4e (py38 !)
165 body: size=506, sha1=1bd1f8e8d3701704bd4385038bd9c09b81c77f4e (py38 no-py39 !)
166 body: size=503, sha1=2d8ce8bb3816603b9683a1804a5a02c11224cb01 (py39 !)
165 % zip and tar.gz disallowed should both give 403
167 % zip and tar.gz disallowed should both give 403
166 403 Archive type not allowed: zip
168 403 Archive type not allowed: zip
167 content-type: text/html; charset=ascii
169 content-type: text/html; charset=ascii
@@ -221,7 +223,8 b' check http return codes (with deprecated'
221 transfer-encoding: chunked
223 transfer-encoding: chunked
222
224
223 body: size=408, sha1=8fa06531bddecc365a9f5edb0f88b65974bfe505 (no-py38 !)
225 body: size=408, sha1=8fa06531bddecc365a9f5edb0f88b65974bfe505 (no-py38 !)
224 body: size=506, sha1=70926a04cb8887d0bcccf5380488100a10222def (py38 !)
226 body: size=506, sha1=70926a04cb8887d0bcccf5380488100a10222def (py38 no-py39 !)
227 body: size=505, sha1=eb823c293bedff0df4070b854e2c5cbb06d6ec62 (py39 !)
225 % tar.bz2 and zip disallowed should both give 403
228 % tar.bz2 and zip disallowed should both give 403
226 403 Archive type not allowed: bz2
229 403 Archive type not allowed: bz2
227 content-type: text/html; charset=ascii
230 content-type: text/html; charset=ascii
@@ -250,7 +253,8 b' check http return codes (with deprecated'
250 transfer-encoding: chunked
253 transfer-encoding: chunked
251
254
252 body: size=426, sha1=8d87f5aba6e14f1bfea6c232985982c278b2fb0b (no-py38 !)
255 body: size=426, sha1=8d87f5aba6e14f1bfea6c232985982c278b2fb0b (no-py38 !)
253 body: size=506, sha1=1bd1f8e8d3701704bd4385038bd9c09b81c77f4e (py38 !)
256 body: size=506, sha1=1bd1f8e8d3701704bd4385038bd9c09b81c77f4e (py38 no-py39 !)
257 body: size=503, sha1=2d8ce8bb3816603b9683a1804a5a02c11224cb01 (py39 !)
254 % zip and tar.gz disallowed should both give 403
258 % zip and tar.gz disallowed should both give 403
255 403 Archive type not allowed: zip
259 403 Archive type not allowed: zip
256 content-type: text/html; charset=ascii
260 content-type: text/html; charset=ascii
General Comments 0
You need to be logged in to leave comments. Login now