tests/test-hgweb-no-request-uri
changeset 12181 045c9e8db0d8
parent 12161 dfb11f9922c1
child 12183 f64b416b0ac8
--- a/tests/test-hgweb-no-request-uri	Wed Sep 08 15:18:33 2010 +0200
+++ b/tests/test-hgweb-no-request-uri	Wed Sep 08 15:19:35 2010 +0200
@@ -19,11 +19,12 @@
 errors = StringIO()
 input = StringIO()
 
-def startrsp(headers, data):
+def startrsp(status, headers):
+	print '---- STATUS'
+	print status
 	print '---- HEADERS'
 	print headers
 	print '---- DATA'
-	print data
 	return output.write
 
 env = {