Don't use problematic afterLoadXml function

This commit is contained in:
Tom Payne
2014-02-04 17:29:17 +01:00
parent 91e9b82fe1
commit 7940a2fc64

View File

@@ -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) {