Fix failing GML format test

This commit is contained in:
Tim Schaub
2014-09-28 14:59:56 -06:00
parent a1bb755123
commit 8bded032df

View File

@@ -876,6 +876,7 @@ describe('ol.format.GML', function() {
});
it('writes back features as GML', function() {
this.timeout(4000);
var serialized = gmlFormat.writeFeatures(features);
expect(serialized).to.xmleql(ol.xml.load(text));
});