##// END OF EJS Templates
tests: use regex instead of Python versions for archive hash changes...
Augie Fackler -
r40341:6519f5ae default
parent child Browse files
Show More
@@ -187,8 +187,7 b' check http return codes'
187 server: testing stub value
187 server: testing stub value
188 transfer-encoding: chunked
188 transfer-encoding: chunked
189
189
190 body: size=1377, sha1=677b14d3d048778d5eb5552c14a67e6192068650 (no-py3 !)
190 body: size=(1377|1461), sha1=(677b14d3d048778d5eb5552c14a67e6192068650|be6d3983aa13dfe930361b2569291cdedd02b537) (re)
191 body: size=1461, sha1=be6d3983aa13dfe930361b2569291cdedd02b537 (py3 !)
192 % tar.gz and tar.bz2 disallowed should both give 403
191 % tar.gz and tar.bz2 disallowed should both give 403
193 403 Archive type not allowed: gz
192 403 Archive type not allowed: gz
194 content-type: text/html; charset=ascii
193 content-type: text/html; charset=ascii
@@ -275,8 +274,7 b' check http return codes (with deprecated'
275 server: testing stub value
274 server: testing stub value
276 transfer-encoding: chunked
275 transfer-encoding: chunked
277
276
278 body: size=1377, sha1=677b14d3d048778d5eb5552c14a67e6192068650 (no-py3 !)
277 body: size=(1377|1461), sha1=(677b14d3d048778d5eb5552c14a67e6192068650|be6d3983aa13dfe930361b2569291cdedd02b537) (re)
279 body: size=1461, sha1=be6d3983aa13dfe930361b2569291cdedd02b537 (py3 !)
280 % tar.gz and tar.bz2 disallowed should both give 403
278 % tar.gz and tar.bz2 disallowed should both give 403
281 403 Archive type not allowed: gz
279 403 Archive type not allowed: gz
282 content-type: text/html; charset=ascii
280 content-type: text/html; charset=ascii
General Comments 0
You need to be logged in to leave comments. Login now