From 2b268e284e3a89a5130d367b38c47962f12b29e3 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 4 Feb 2014 15:18:02 +0100 Subject: [PATCH] Fix closing tag in tests --- test/spec/ol/format/kmlformat.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ol/format/kmlformat.test.js b/test/spec/ol/format/kmlformat.test.js index c5593e1b7b..9005547929 100644 --- a/test/spec/ol/format/kmlformat.test.js +++ b/test/spec/ol/format/kmlformat.test.js @@ -1411,7 +1411,7 @@ describe('ol.format.KML', function() { ' ' + ' ' + ' ' + - ' ' + + ' ' + ''; expect(format.readName(kml)).to.be(undefined); });