comparison tests/test-archive.out @ 9696:8cce2c8a40b6

fix tests output changed by 8269fe2d48f6
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 02 Nov 2009 19:07:26 +0100
parents 58edd448da4f
children 9ea7238ad935
comparison
equal deleted inserted replaced
9695:e4211db457c0 9696:8cce2c8a40b6
3 adding baz/bletch 3 adding baz/bletch
4 4
5 % gz allowed should give 200 5 % gz allowed should give 200
6 200 Script output follows 6 200 Script output follows
7 % tar.bz2 and zip disallowed should both give 403 7 % tar.bz2 and zip disallowed should both give 403
8 403 Forbidden 8 403 Archive type not allowed: bz2
9 403 Forbidden 9 403 Archive type not allowed: zip
10 % bz2 allowed should give 200 10 % bz2 allowed should give 200
11 200 Script output follows 11 200 Script output follows
12 % zip and tar.gz disallowed should both give 403 12 % zip and tar.gz disallowed should both give 403
13 403 Forbidden 13 403 Archive type not allowed: zip
14 403 Forbidden 14 403 Archive type not allowed: gz
15 % zip allowed should give 200 15 % zip allowed should give 200
16 200 Script output follows 16 200 Script output follows
17 % tar.gz and tar.bz2 disallowed should both give 403 17 % tar.gz and tar.bz2 disallowed should both give 403
18 403 Forbidden 18 403 Archive type not allowed: gz
19 403 Forbidden 19 403 Archive type not allowed: bz2
20 % invalid arch type should give 404 20 % invalid arch type should give 404
21 404 Not Found 21 404 Unsupported archive type: None
22 22
23 test-archive-TIP/.hg_archival.txt 23 test-archive-TIP/.hg_archival.txt
24 test-archive-TIP/bar 24 test-archive-TIP/bar
25 test-archive-TIP/baz/bletch 25 test-archive-TIP/baz/bletch
26 test-archive-TIP/foo 26 test-archive-TIP/foo