From 5a3d59c3a7d2b8149096f88390be153e76c25e07 Mon Sep 17 00:00:00 2001 From: kangax Date: Thu, 4 Apr 2013 14:03:08 +0200 Subject: [PATCH] Fix text unit test --- test/unit/text.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/unit/text.js b/test/unit/text.js index 55a92688..5b487117 100644 --- a/test/unit/text.js +++ b/test/unit/text.js @@ -16,7 +16,7 @@ 'height': 52, 'fill': 'rgb(0,0,0)', 'overlayFill': null, - 'stroke': null, + 'stroke': '', 'strokeWidth': 1, 'strokeDashArray': null, 'scaleX': 1, @@ -43,7 +43,6 @@ 'textShadow': '', 'textAlign': 'left', 'path': null, - 'strokeStyle': '', 'backgroundColor': '', 'textBackgroundColor': '', 'useNative': true @@ -218,4 +217,4 @@ equal('foobar', text.get('fontFamily')); }); -})(); \ No newline at end of file +})();