tests/test-hgweb.t
changeset 18380 a4d7fd7ad1f7
parent 18264 d6ebdbdd70a5
child 19076 93493746c89a
equal deleted inserted replaced
18379:e0c4f4ba624c 18380:a4d7fd7ad1f7
   308   $ python -c "print len(file('access.log').readlines()), 'log lines written'"
   308   $ python -c "print len(file('access.log').readlines()), 'log lines written'"
   309   10 log lines written
   309   10 log lines written
   310 
   310 
   311 static file
   311 static file
   312 
   312 
   313   $ "$TESTDIR/get-with-headers.py" --twice localhost:$HGPORT 'static/style-gitweb.css'
   313   $ "$TESTDIR/get-with-headers.py" --twice localhost:$HGPORT 'static/style-gitweb.css' - date etag server
   314   200 Script output follows
   314   200 Script output follows
       
   315   content-length: 4619
       
   316   content-type: text/css
   315   
   317   
   316   body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; }
   318   body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; }
   317   a { color:#0000cc; }
   319   a { color:#0000cc; }
   318   a:hover, a:visited, a:active { color:#880000; }
   320   a:hover, a:visited, a:active { color:#880000; }
   319   div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }
   321   div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }