Fix failing GML format test
This commit is contained in:
@@ -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));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user