Fix breaking test from 05451f6b5f07
authorBryan O'Sullivan <bos@serpentine.com>
Sun, 02 Dec 2007 21:52:40 -0800
changeset 5593 6ae8ed59c7b4
parent 5592 7a4d846b178f
child 5594 8623debad845
Fix breaking test from 05451f6b5f07
tests/test-hgweb-commands
tests/test-hgweb-commands.out
--- 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
Binary file tests/test-hgweb-commands.out has changed