From: Evert Timberg Date: Wed, 21 Oct 2015 00:12:56 +0000 (-0400) Subject: Fix 2 test fails X-Git-Tag: 2.0.0-beta~6^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=351ccaf2f2daf70fe6d2ea2c98f7ff8027098e44;p=thirdparty%2FChart.js.git Fix 2 test fails --- diff --git a/test/scale.linear.tests.js b/test/scale.linear.tests.js index dd31c7bce..cd7a2c4b5 100644 --- a/test/scale.linear.tests.js +++ b/test/scale.linear.tests.js @@ -839,6 +839,9 @@ describe('Linear Scale', function() { }, { "name": "stroke", "args": [] + }, { + "name": "setFillStyle", + "args": ["#666"] }, { "name": "fillText", "args": ["myLabel", 100, 122] @@ -1391,6 +1394,9 @@ describe('Linear Scale', function() { }, { "name": "rotate", "args": [-1.5707963267948966] + }, { + "name": "setFillStyle", + "args": ["#666"] }, { "name": "fillText", "args": ["", 0, 0]