]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
element.line.js now passes tests
authorTanner Linsley <tannerlinsley@gmail.com>
Tue, 27 Oct 2015 01:40:52 +0000 (19:40 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Tue, 27 Oct 2015 01:40:52 +0000 (19:40 -0600)
test/element.line.tests.js

index e8b72b6a967ae1cdf8f199e6fc786c171a13c243..2b4028fbe0de45ceffef02f2f24ee0b1aeb20a26 100644 (file)
@@ -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]