From 5495a34d02cd220ed040d2a6e0288f3d11ec5670 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 18 Oct 2015 19:57:06 -0400 Subject: [PATCH] Fix 2 fails due to a bug fix for the scale label colour. --- test/scale.linear.tests.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/scale.linear.tests.js b/test/scale.linear.tests.js index d0378ed24..ac190a3c5 100644 --- a/test/scale.linear.tests.js +++ b/test/scale.linear.tests.js @@ -841,6 +841,9 @@ describe('Linear Scale', function() { }, { "name": "stroke", "args": [] + }, { + "name": "setFillStyle", + "args": ["#666"] }, { "name": "fillText", "args": ["myLabel", 100, 122] @@ -1393,6 +1396,9 @@ describe('Linear Scale', function() { }, { "name": "rotate", "args": [-1.5707963267948966] + }, { + "name": "setFillStyle", + "args": ["#666"] }, { "name": "fillText", "args": ["", 0, 0]