From: dylan-kerr Date: Fri, 23 Sep 2016 21:36:58 +0000 (+0100) Subject: Adjust expected values in core.title.tests.js X-Git-Tag: v2.4.0~1^2~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3358%2Fhead;p=thirdparty%2FChart.js.git Adjust expected values in core.title.tests.js --- diff --git a/test/core.title.tests.js b/test/core.title.tests.js index ce1c437ea..b8ecd18e5 100644 --- a/test/core.title.tests.js +++ b/test/core.title.tests.js @@ -118,7 +118,7 @@ describe('Title block tests', function() { args: [0] }, { name: 'fillText', - args: ['My title', 0, 0] + args: ['My title', 0, 0, 400] }, { name: 'restore', args: [] @@ -168,7 +168,7 @@ describe('Title block tests', function() { args: [-0.5 * Math.PI] }, { name: 'fillText', - args: ['My title', 0, 0] + args: ['My title', 0, 0, 400] }, { name: 'restore', args: [] @@ -201,10 +201,10 @@ describe('Title block tests', function() { args: [0.5 * Math.PI] }, { name: 'fillText', - args: ['My title', 0, 0] + args: ['My title', 0, 0, 400] }, { name: 'restore', args: [] }]); }); -}); \ No newline at end of file +});