diff -r 018aac6d7cb0 -r 69a865dc2ada tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Wed Nov 22 21:32:18 2017 +0800 +++ b/tests/test-hgweb-commands.t Wed Nov 22 21:49:36 2017 +0800 @@ -1792,7 +1792,7 @@ var graph = new Graph(); graph.scale(39); - graph.vertex = function(x, y, color, parity, cur) { + graph.vertex = function(x, y, radius, color, parity, cur) { this.ctx.beginPath(); color = this.setColor(color, 0.25, 0.75);