projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063e83b
)
all tests pass
author
Dan Vanderkam
<dan@dygraphs.com>
Fri, 13 May 2011 02:13:42 +0000
(22:13 -0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Fri, 13 May 2011 02:13:42 +0000
(22:13 -0400)
auto_tests/tests/simple_drawing.js
patch
|
blob
|
blame
|
history
diff --git
a/auto_tests/tests/simple_drawing.js
b/auto_tests/tests/simple_drawing.js
index
7e9e6ef
..
ca19301
100644
(file)
--- 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
});