# HG changeset patch # User Anton Shestakov # Date 1468044115 -28800 # Node ID d2361999016002bf008afccf142af4715dbd7df0 # Parent 7f0498bd284edb5120573203aa02aafc5c13a65c tests: check ETag format in test-hgweb-commands diff -r 7f0498bd284e -r d23619990160 tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Sat Jul 09 03:26:24 2016 +0800 +++ b/tests/test-hgweb-commands.t Sat Jul 09 14:01:55 2016 +0800 @@ -2261,7 +2261,7 @@ $ QUERY_STRING='style=raw' $ python hgweb.cgi #> search Status: 404 Not Found\r (esc) - ETag: *\r (glob) (esc) + ETag: W/"*"\r (glob) (esc) Content-Type: text/plain; charset=ascii\r (esc) \r (esc) @@ -2275,7 +2275,7 @@ $ QUERY_STRING='style=raw' $ python hgweb.cgi #> search Status: 404 Not Found\r (esc) - ETag: *\r (glob) (esc) + ETag: W/"*"\r (glob) (esc) Content-Type: text/plain; charset=ascii\r (esc) \r (esc)