tests/test-hgweb.t
changeset 18380 a4d7fd7ad1f7
parent 18264 d6ebdbdd70a5
child 19076 93493746c89a
--- a/tests/test-hgweb.t	Tue Jan 15 18:42:04 2013 +0100
+++ b/tests/test-hgweb.t	Tue Jan 15 20:54:57 2013 +0100
@@ -310,8 +310,10 @@
 
 static file
 
-  $ "$TESTDIR/get-with-headers.py" --twice localhost:$HGPORT 'static/style-gitweb.css'
+  $ "$TESTDIR/get-with-headers.py" --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   200 Script output follows
+  content-length: 4619
+  content-type: text/css
   
   body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; }
   a { color:#0000cc; }