Mercurial > hg
changeset 5593:6ae8ed59c7b4
Fix breaking test from 05451f6b5f07
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 02 Dec 2007 21:52:40 -0800 |
parents | 7a4d846b178f |
children | 8623debad845 |
files | tests/test-hgweb-commands tests/test-hgweb-commands.out |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-hgweb-commands Sun Dec 02 23:26:40 2007 +0100 +++ b/tests/test-hgweb-commands Sun Dec 02 21:52:40 2007 -0800 @@ -11,7 +11,7 @@ mkdir da echo foo > da/foo echo foo > foo -hg ci -Ambase +hg ci -d'0 0' -Ambase hg tag 1.0 hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log cat hg.pid >> $DAEMON_PIDS @@ -33,12 +33,17 @@ "$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/" -echo % Internals +echo % capabilities "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/capabilities' +echo % heads "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/heads' +echo % lookup "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/lookup/1' +echo % branches "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/branches' +echo % changegroup "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/changegroup' +echo % stream_out "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/stream_out' echo % Static files