Mercurial > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
12642:bb35840e965c | 12643:d08bb64888bc |
---|---|
68 [('Content-Type', 'application/atom+xml; charset=ascii')] | 68 [('Content-Type', 'application/atom+xml; charset=ascii')] |
69 ---- DATA | 69 ---- DATA |
70 <?xml version="1.0" encoding="ascii"?> | 70 <?xml version="1.0" encoding="ascii"?> |
71 <feed xmlns="http://www.w3.org/2005/Atom"> | 71 <feed xmlns="http://www.w3.org/2005/Atom"> |
72 <!-- Changelog --> | 72 <!-- Changelog --> |
73 <id>http://127.0.0.1:*/</id> (glob) | 73 <id>http://127.0.0.1:$HGPORT/</id> |
74 <link rel="self" href="http://127.0.0.1:*/atom-log"/> (glob) | 74 <link rel="self" href="http://127.0.0.1:$HGPORT/atom-log"/> |
75 <link rel="alternate" href="http://127.0.0.1:*/"/> (glob) | 75 <link rel="alternate" href="http://127.0.0.1:$HGPORT/"/> |
76 <title>repo Changelog</title> | 76 <title>repo Changelog</title> |
77 <updated>1970-01-01T00:00:00+00:00</updated> | 77 <updated>1970-01-01T00:00:00+00:00</updated> |
78 | 78 |
79 <entry> | 79 <entry> |
80 <title>test</title> | 80 <title>test</title> |
81 <id>http://127.0.0.1:*/#changeset-61c9426e69fef294feed5e2bbfc97d39944a5b1c</id> (glob) | 81 <id>http://127.0.0.1:$HGPORT/#changeset-61c9426e69fef294feed5e2bbfc97d39944a5b1c</id> |
82 <link href="http://127.0.0.1:*/rev/61c9426e69fe"/> (glob) | 82 <link href="http://127.0.0.1:$HGPORT/rev/61c9426e69fe"/> |
83 <author> | 83 <author> |
84 <name>test</name> | 84 <name>test</name> |
85 <email>test</email> | 85 <email>test</email> |
86 </author> | 86 </author> |
87 <updated>1970-01-01T00:00:00+00:00</updated> | 87 <updated>1970-01-01T00:00:00+00:00</updated> |