tests: add a test for the hgweb graph
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Sun, 29 Jun 2008 22:47:57 +0200
changeset 6786 97e214dccaa9
parent 6785 4879468fa28f
child 6787 dbb00e91c327
tests: add a test for the hgweb graph
tests/test-hgweb-commands
tests/test-hgweb-commands.out
--- 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'
Binary file tests/test-hgweb-commands.out has changed