Mercurial > public > mercurial-scm > hg-stable
diff tests/test-incoming-outgoing.t @ 12643:d08bb64888bc
tests: reintroduce ":$HGPORT" in test output
This reduces the number of patterns that must be adjusted when writing tests.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 08 Oct 2010 22:36:11 -0500 |
parents | a5b77eb0409b |
children | ffb5c09ba822 |
line wrap: on
line diff
--- a/tests/test-incoming-outgoing.t Fri Oct 08 22:36:11 2010 -0500 +++ b/tests/test-incoming-outgoing.t Fri Oct 08 22:36:11 2010 -0500 @@ -21,7 +21,7 @@ http incoming $ hg -R new incoming http://localhost:$HGPORT/ - comparing with http://localhost:\d+/ (re) + comparing with http://localhost:$HGPORT/ changeset: 0:00a43fa82f62 user: test date: Thu Jan 01 00:00:00 1970 +0000 @@ -69,7 +69,7 @@ summary: 8 $ hg -R new incoming -r 4 http://localhost:$HGPORT/ - comparing with http://localhost:\d+/ (re) + comparing with http://localhost:$HGPORT/ changeset: 0:00a43fa82f62 user: test date: Thu Jan 01 00:00:00 1970 +0000 @@ -222,7 +222,7 @@ test with --bundle $ hg -R new incoming --bundle test.hg http://localhost:$HGPORT/ - comparing with http://localhost:*/ (glob) + comparing with http://localhost:$HGPORT/ changeset: 0:00a43fa82f62 user: test date: Thu Jan 01 00:00:00 1970 +0000 @@ -420,7 +420,7 @@ summary: 11 $ hg -R test-dev outgoing http://localhost:$HGPORT/ - comparing with http://localhost:*/ (glob) + comparing with http://localhost:$HGPORT/ searching for changes changeset: 9:d89d4abea5bc user: test @@ -449,7 +449,7 @@ summary: 13 $ hg -R test-dev outgoing -r 11 http://localhost:$HGPORT/ - comparing with http://localhost:*/ (glob) + comparing with http://localhost:$HGPORT/ searching for changes changeset: 9:d89d4abea5bc user: test