Mercurial > hg
diff tests/test-hgweb-non-interactive @ 12183:f64b416b0ac8
hgweb: support very simple caching model (issue1845)
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 08 Sep 2010 15:23:48 +0200 |
parents | 045c9e8db0d8 |
children |
line wrap: on
line diff
--- a/tests/test-hgweb-non-interactive Wed Sep 08 15:11:35 2010 +0200 +++ b/tests/test-hgweb-non-interactive Wed Sep 08 15:23:48 2010 +0200 @@ -40,7 +40,7 @@ print '---- STATUS' print status print '---- HEADERS' - print headers + print [i for i in headers if i[0] != 'ETag'] print '---- DATA' return output.write