tests: fix test breakage from graph template changes
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 18 Jun 2008 11:08:21 +0200
changeset 6695 001647a33ff8
parent 6694 b3602c98c686
child 6696 49c0be9eb8c4
tests: fix test breakage from graph template changes
tests/test-hgweb-commands.out
tests/test-hgweb.out
tests/test-highlight.out
Binary file tests/test-hgweb-commands.out has changed
--- a/tests/test-hgweb.out	Wed Jun 18 10:15:59 2008 +0200
+++ b/tests/test-hgweb.out	Wed Jun 18 11:08:21 2008 +0200
@@ -186,4 +186,45 @@
 	background-color: #d5dde6;
 	border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
 }
+
+/* Graph */
+div#wrapper {
+	position: relative;
+	margin: 0;
+	padding: 0;
+}
+
+canvas {
+	position: absolute;
+	z-index: 5;
+	top: -0.9em;
+	margin: 0;
+}
+
+ul#nodebgs {
+	list-style: none inside none;
+	padding: 0;
+	margin: 0;
+	top: -0.7em;
+}
+ 
+ul#graphnodes li, ul#nodebgs li {
+	height: 39px;
+}
+
+ul#graphnodes {
+	position: absolute;
+	z-index: 10;
+	top: -0.8em;
+	list-style: none inside none;
+	padding: 0;
+}
+
+ul#graphnodes li .info {
+	display: block;
+	font-size: 100%;
+	position: relative;
+	top: -3px;
+	font-style: italic;
+}
 % errors
--- a/tests/test-highlight.out	Wed Jun 18 10:15:59 2008 +0200
+++ b/tests/test-highlight.out	Wed Jun 18 11:08:21 2008 +0200
@@ -18,6 +18,7 @@
 <div class="buttons">
 <a href="/log/0">changelog</a>
 <a href="/shortlog/0">shortlog</a>
+<a href="/graph">graph</a>
 <a href="/tags">tags</a>
 <a href="/rev/79ee608ca36d">changeset</a>
 <a href="/file/79ee608ca36d/">files</a>
@@ -80,6 +81,7 @@
 <div class="buttons">
 <a href="/log/0">changelog</a>
 <a href="/shortlog/0">shortlog</a>
+<a href="/graph">graph</a>
 <a href="/tags">tags</a>
 <a href="/rev/79ee608ca36d">changeset</a>
 <a href="/file/79ee608ca36d/">files</a>