Mercurial > hg-stable
changeset 6786:97e214dccaa9
tests: add a test for the hgweb graph
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Sun, 29 Jun 2008 22:47:57 +0200 |
parents | 4879468fa28f |
children | dbb00e91c327 |
files | tests/test-hgweb-commands tests/test-hgweb-commands.out |
diffstat | 2 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-hgweb-commands Sun Jun 29 22:36:18 2008 +0200 +++ b/tests/test-hgweb-commands Sun Jun 29 22:47:57 2008 +0200 @@ -34,6 +34,7 @@ echo % Overviews "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/tags/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//" "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | sed "s/[0-9]* years ago/long ago/g" +"$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/graph/?style=gitweb' | sed "s/[0-9]* years/long/g" echo % capabilities "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=capabilities'