Mercurial > hg
changeset 13622:0a8ba9124623 stable
tests: fix failures introduced in 7359cb753a54
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Sun, 13 Mar 2011 15:59:24 +0100 |
parents | c0b0b00f0279 |
children | 0e217d479c16 78cc35e75ecc |
files | tests/test-hgweb-commands.t tests/test-hgweb-empty.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-hgweb-commands.t Sat Mar 12 11:06:40 2011 +0100 +++ b/tests/test-hgweb-commands.t Sun Mar 13 15:59:24 2011 +0100 @@ -807,7 +807,7 @@ <div id="wrapper"> <ul id="nodebgs"></ul> - <canvas id="graph" width="224" height="129"></canvas> + <canvas id="graph" width="480" height="129"></canvas> <ul id="graphnodes"></ul> </div>
--- a/tests/test-hgweb-empty.t Sat Mar 12 11:06:40 2011 +0100 +++ b/tests/test-hgweb-empty.t Sun Mar 13 15:59:24 2011 +0100 @@ -232,7 +232,7 @@ <div id="wrapper"> <ul id="nodebgs"></ul> - <canvas id="graph" width="224" height="12"></canvas> + <canvas id="graph" width="480" height="12"></canvas> <ul id="graphnodes"></ul> </div>