changeset 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 e4211db457c0
children 59e5ae188440
files tests/test-archive.out tests/test-hgweb-commands.out
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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