Fix 2 test fails

This commit is contained in:
Evert Timberg 2015-10-20 20:12:56 -04:00
parent 2e77651dd2
commit 351ccaf2f2

View File

@ -839,6 +839,9 @@ describe('Linear Scale', function() {
}, {
"name": "stroke",
"args": []
}, {
"name": "setFillStyle",
"args": ["#666"]
}, {
"name": "fillText",
"args": ["myLabel", 100, 122]
@ -1391,6 +1394,9 @@ describe('Linear Scale', function() {
}, {
"name": "rotate",
"args": [-1.5707963267948966]
}, {
"name": "setFillStyle",
"args": ["#666"]
}, {
"name": "fillText",
"args": ["", 0, 0]