Mercurial > public > mercurial-scm > hg-stable
diff tests/test-hgweb-no-path-info.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 | 922d2078017a |
children | 4c4aeaab2339 |
line wrap: on
line diff
--- a/tests/test-hgweb-no-path-info.t Fri Oct 08 22:36:11 2010 -0500 +++ b/tests/test-hgweb-no-path-info.t Fri Oct 08 22:36:11 2010 -0500 @@ -70,16 +70,16 @@ <?xml version="1.0" encoding="ascii"?> <feed xmlns="http://www.w3.org/2005/Atom"> <!-- Changelog --> - <id>http://127.0.0.1:*/</id> (glob) - <link rel="self" href="http://127.0.0.1:*/atom-log"/> (glob) - <link rel="alternate" href="http://127.0.0.1:*/"/> (glob) + <id>http://127.0.0.1:$HGPORT/</id> + <link rel="self" href="http://127.0.0.1:$HGPORT/atom-log"/> + <link rel="alternate" href="http://127.0.0.1:$HGPORT/"/> <title>repo Changelog</title> <updated>1970-01-01T00:00:00+00:00</updated> <entry> <title>test</title> - <id>http://127.0.0.1:*/#changeset-61c9426e69fef294feed5e2bbfc97d39944a5b1c</id> (glob) - <link href="http://127.0.0.1:*/rev/61c9426e69fe"/> (glob) + <id>http://127.0.0.1:$HGPORT/#changeset-61c9426e69fef294feed5e2bbfc97d39944a5b1c</id> + <link href="http://127.0.0.1:$HGPORT/rev/61c9426e69fe"/> <author> <name>test</name> <email>test</email>