From 392e21312b71ceef33eff545911c65f6673f9376 Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Sat, 15 Jul 2017 13:21:59 +0200 Subject: [PATCH] introduce break test (#4102) --- src/shapes/image.class.js | 2 +- test/unit/image.js | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/shapes/image.class.js b/src/shapes/image.class.js index 2b237345..256e1894 100644 --- a/src/shapes/image.class.js +++ b/src/shapes/image.class.js @@ -280,7 +280,7 @@ filtered = true; markup.push( '\n', - '\n\t\n'; + equal(image.toSVG(), expectedSVG); + start(); + }); + }); + asyncTest('getSrc', function() { createImageObject(function(image) { ok(typeof image.getSrc == 'function');