Mercurial > hg
comparison tests/test-hgweb-commands.t @ 29492:d23619990160
tests: check ETag format in test-hgweb-commands
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 09 Jul 2016 14:01:55 +0800 |
parents | 6a98f9408a50 |
children | 9c37df347485 |
comparison
equal
deleted
inserted
replaced
29491:7f0498bd284e | 29492:d23619990160 |
---|---|
2259 | 2259 |
2260 $ PATH_INFO=/rev/5; export PATH_INFO | 2260 $ PATH_INFO=/rev/5; export PATH_INFO |
2261 $ QUERY_STRING='style=raw' | 2261 $ QUERY_STRING='style=raw' |
2262 $ python hgweb.cgi #> search | 2262 $ python hgweb.cgi #> search |
2263 Status: 404 Not Found\r (esc) | 2263 Status: 404 Not Found\r (esc) |
2264 ETag: *\r (glob) (esc) | 2264 ETag: W/"*"\r (glob) (esc) |
2265 Content-Type: text/plain; charset=ascii\r (esc) | 2265 Content-Type: text/plain; charset=ascii\r (esc) |
2266 \r (esc) | 2266 \r (esc) |
2267 | 2267 |
2268 error: filtered revision '5' (not in 'served' subset) | 2268 error: filtered revision '5' (not in 'served' subset) |
2269 | 2269 |
2273 | 2273 |
2274 $ PATH_INFO=/rev/4; export PATH_INFO | 2274 $ PATH_INFO=/rev/4; export PATH_INFO |
2275 $ QUERY_STRING='style=raw' | 2275 $ QUERY_STRING='style=raw' |
2276 $ python hgweb.cgi #> search | 2276 $ python hgweb.cgi #> search |
2277 Status: 404 Not Found\r (esc) | 2277 Status: 404 Not Found\r (esc) |
2278 ETag: *\r (glob) (esc) | 2278 ETag: W/"*"\r (glob) (esc) |
2279 Content-Type: text/plain; charset=ascii\r (esc) | 2279 Content-Type: text/plain; charset=ascii\r (esc) |
2280 \r (esc) | 2280 \r (esc) |
2281 | 2281 |
2282 error: filtered revision '4' (not in 'served' subset) | 2282 error: filtered revision '4' (not in 'served' subset) |
2283 | 2283 |