# HG changeset patch # User Pierre-Yves David # Date 1306153916 -7200 # Node ID bc78b6b29447d012b79a4da8c001fe2d38dba50d # Parent b4932dff9bd892814e6b2cab262b8c58ce4e53a9 http test diff -r b4932dff9bd8 -r bc78b6b29447 tests/test-private.t --- a/tests/test-private.t Mon May 23 14:25:22 2011 +0200 +++ b/tests/test-private.t Mon May 23 14:31:56 2011 +0200 @@ -113,3 +113,13 @@ $ hg -R other2 log --template='{rev}:{node|short}\n' 1:710fe444b3b0 0:5caa672bac26 + +test on http + + $ hg -R local serve -p $HGPORT -d --pid-file=local.pid + $ cat local.pid >> "$DAEMON_PIDS" + $ hg clone http://localhost:$HGPORT/ other3 + $ hg -R other2 log --template='{rev}:{node|short}\n' + 1:710fe444b3b0 + 0:5caa672bac26 + $ kill `cat local.pid`