From 7940a2fc64e9e5fea772549cb4e1cbe8fed58467 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 4 Feb 2014 17:29:17 +0100 Subject: [PATCH] Don't use problematic afterLoadXml function --- 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 9005547929..af3e113a91 100644 --- a/test/spec/ol/format/kmlformat.test.js +++ b/test/spec/ol/format/kmlformat.test.js @@ -1365,7 +1365,7 @@ describe('ol.format.KML', function() { var features; before(function(done) { - afterLoadXml('spec/ol/format/kml/states.kml', function(xml) { + afterLoadText('spec/ol/format/kml/states.kml', function(xml) { try { features = format.readFeatures(xml); } catch (e) {