From 124e8d98743fa8b050a336dbc30affe32f0a60db Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 12 May 2011 22:13:42 -0400 Subject: [PATCH] all tests pass --- auto_tests/tests/simple_drawing.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_tests/tests/simple_drawing.js b/auto_tests/tests/simple_drawing.js index 7e9e6ef..ca19301 100644 --- a/auto_tests/tests/simple_drawing.js +++ b/auto_tests/tests/simple_drawing.js @@ -49,9 +49,9 @@ SimpleDrawingTestCase.prototype.testDrawSimpleRangePlusOne = function() { var graph = document.getElementById("graph"); var g = new Dygraph(graph, ZERO_TO_FIFTY, opts); - var htx = g.hidden_ctx_; + htx = g.hidden_ctx_; - CanvasAssertions.assertLineDrawn(htx, [56,300], [475,5.8], { + CanvasAssertions.assertLineDrawn(htx, [0,320], [475,6.2745], { strokeStyle: "#008080", lineWidth: 1 }); -- 2.7.4