fix tests output changed by 8269fe2d48f6
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 02 Nov 2009 19:07:26 +0100
changeset 9696 8cce2c8a40b6
parent 9695 e4211db457c0
child 9697 59e5ae188440
fix tests output changed by 8269fe2d48f6
tests/test-archive.out
tests/test-hgweb-commands.out
--- a/tests/test-archive.out	Mon Nov 02 17:54:19 2009 +0100
+++ b/tests/test-archive.out	Mon Nov 02 19:07:26 2009 +0100
@@ -5,20 +5,20 @@
 % gz allowed should give 200
 200 Script output follows
 % tar.bz2 and zip disallowed should both give 403
-403 Forbidden
-403 Forbidden
+403 Archive type not allowed: bz2
+403 Archive type not allowed: zip
 % bz2 allowed should give 200
 200 Script output follows
 % zip and tar.gz disallowed should both give 403
-403 Forbidden
-403 Forbidden
+403 Archive type not allowed: zip
+403 Archive type not allowed: gz
 % zip allowed should give 200
 200 Script output follows
 % tar.gz and tar.bz2 disallowed should both give 403
-403 Forbidden
-403 Forbidden
+403 Archive type not allowed: gz
+403 Archive type not allowed: bz2
 % invalid arch type should give 404
-404 Not Found
+404 Unsupported archive type: None
 
 test-archive-TIP/.hg_archival.txt
 test-archive-TIP/bar
--- a/tests/test-hgweb-commands.out	Mon Nov 02 17:54:19 2009 +0100
+++ b/tests/test-hgweb-commands.out	Mon Nov 02 19:07:26 2009 +0100
@@ -875,7 +875,7 @@
 
 1
 % failing unbundle, requires POST request
-405 Method Not Allowed
+405 push requires POST request
 
 0
 push requires POST request