Show More
@@ -5,20 +5,20 b' adding baz/bletch' | |||||
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 |
@@ -875,7 +875,7 b' 200 Script output follows' | |||||
875 |
|
875 | |||
876 | 1 |
|
876 | 1 | |
877 | % failing unbundle, requires POST request |
|
877 | % failing unbundle, requires POST request | |
878 | 405 Method Not Allowed |
|
878 | 405 push requires POST request | |
879 |
|
879 | |||
880 | 0 |
|
880 | 0 | |
881 | push requires POST request |
|
881 | push requires POST request |
General Comments 0
You need to be logged in to leave comments.
Login now