Fix failing tests in IE9

This commit is contained in:
Bart van den Eijnden
2014-12-10 11:59:02 +01:00
parent ae8f5149a7
commit c3beae6b16
4 changed files with 16 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ describe('ol.format.OSMXML', function() {
' <tag k="name" v="3"/>' +
' <nd ref="1" />' +
' <nd ref="2" />' +
' </node>' +
' </way>' +
'</osm>';
var fs = format.readFeatures(text);
expect(fs).to.have.length(3);