From: Ivan Samoylenko Date: Sun, 13 Mar 2016 16:10:49 +0000 (+0300) Subject: Fixed bar.controller tests X-Git-Tag: v2.0.0~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2128%2Fhead;p=thirdparty%2FChart.js.git Fixed bar.controller tests --- diff --git a/test/controller.bar.tests.js b/test/controller.bar.tests.js index 64b4eb927..869836b42 100644 --- a/test/controller.bar.tests.js +++ b/test/controller.bar.tests.js @@ -204,6 +204,7 @@ describe('Bar controller tests', function() { elements: { rectangle: { backgroundColor: 'rgb(255, 0, 0)', + borderSkipped: 'top', borderColor: 'rgb(0, 0, 255)', borderWidth: 2, } @@ -247,6 +248,7 @@ describe('Bar controller tests', function() { base: 194, width: 13.680000000000001, backgroundColor: 'rgb(255, 0, 0)', + borderSkipped: 'top', borderColor: 'rgb(0, 0, 255)', borderWidth: 2, }); @@ -264,6 +266,7 @@ describe('Bar controller tests', function() { base: 194, width: 13.680000000000001, backgroundColor: 'rgb(255, 0, 0)', + borderSkipped: 'top', borderColor: 'rgb(0, 0, 255)', borderWidth: 2, });