From: Tanner Linsley Date: Tue, 27 Oct 2015 01:40:52 +0000 (-0600) Subject: element.line.js now passes tests X-Git-Tag: 2.0.0-beta1~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85572d7b67829b3d1fd9fae2d5579830f4c3a8f8;p=thirdparty%2FChart.js.git element.line.js now passes tests --- diff --git a/test/element.line.tests.js b/test/element.line.tests.js index e8b72b6a9..2b4028fbe 100644 --- a/test/element.line.tests.js +++ b/test/element.line.tests.js @@ -109,6 +109,9 @@ describe('Line element tests', function() { }, { name: 'moveTo', args: [0, 0] + }, { + name: 'moveTo', + args: [0, 10] }, { name: 'lineTo', args: [0, 10] @@ -251,6 +254,9 @@ describe('Line element tests', function() { }, { name: 'moveTo', args: [0, 2] + }, { + name: 'moveTo', + args: [0, 10] }, { name: 'lineTo', args: [0, 10] @@ -375,6 +381,9 @@ describe('Line element tests', function() { }, { name: 'moveTo', args: [0, 0] + }, { + name: 'moveTo', + args: [0, 10] }, { name: 'lineTo', args: [0, 10] @@ -536,6 +545,9 @@ describe('Line element tests', function() { }, { name: 'moveTo', args: [0, 2] + }, { + name: 'moveTo', + args: [0, 10] }, { name: 'lineTo', args: [0, 10]