Skip to content
Snippets Groups Projects
Commit 139fb112 authored by Benoit Boissinot's avatar Benoit Boissinot
Browse files

fix broken tests

test-debugcomplete.t broken by 58e58406ed19
test-highlight.t broken by b24e5a708fad
parent ecaa7859
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
debugstate: nodates, datesort debugstate: nodates, datesort
debugsub: rev debugsub: rev
debugwalk: include, exclude debugwalk: include, exclude
debugwireargs: three, four, ssh, remotecmd, insecure debugwireargs: three, four, five, ssh, remotecmd, insecure
grep: print0, all, text, follow, ignore-case, files-with-matches, line-number, rev, user, date, include, exclude grep: print0, all, text, follow, ignore-case, files-with-matches, line-number, rev, user, date, include, exclude
heads: rev, topo, active, closed, style, template heads: rev, topo, active, closed, style, template
help: help:
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
<link rel="icon" href="/static/hgicon.png" type="image/png" /> <link rel="icon" href="/static/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow" /> <meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
<script type="text/javascript" src="/static/mercurial.js"></script>
<link rel="stylesheet" href="/highlightcss" type="text/css" /> <link rel="stylesheet" href="/highlightcss" type="text/css" />
<title>test: 853dcd4de2a6 primes.py</title> <title>test: 853dcd4de2a6 primes.py</title>
...@@ -120,7 +121,7 @@ ...@@ -120,7 +121,7 @@
</tr> </tr>
<tr> <tr>
<th class="date">date</th> <th class="date">date</th>
<td class="date">Thu Jan 01 00:00:00 1970 +0000 (1970-01-01)</td> <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
</tr> </tr>
<tr> <tr>
<th class="author">parents</th> <th class="author">parents</th>
...@@ -173,6 +174,7 @@ ...@@ -173,6 +174,7 @@
</div> </div>
</div> </div>
<script type="text/javascript">process_dates()</script>
</body> </body>
...@@ -191,6 +193,7 @@ ...@@ -191,6 +193,7 @@
<link rel="icon" href="/static/hgicon.png" type="image/png" /> <link rel="icon" href="/static/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow" /> <meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
<script type="text/javascript" src="/static/mercurial.js"></script>
<link rel="stylesheet" href="/highlightcss" type="text/css" /> <link rel="stylesheet" href="/highlightcss" type="text/css" />
<title>test: primes.py annotate</title> <title>test: primes.py annotate</title>
...@@ -248,7 +251,7 @@ ...@@ -248,7 +251,7 @@
</tr> </tr>
<tr> <tr>
<th class="date">date</th> <th class="date">date</th>
<td class="date">Thu Jan 01 00:00:00 1970 +0000 (1970-01-01)</td> <td class="date age">Thu Jan 01 00:00:00 1970 +0000</td>
</tr> </tr>
<tr> <tr>
<th class="author">parents</th> <th class="author">parents</th>
...@@ -497,6 +500,7 @@ ...@@ -497,6 +500,7 @@
</div> </div>
</div> </div>
<script type="text/javascript">process_dates()</script>
</body> </body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment