Merge pull request #4896 from ahocevar/xml-ignore-order
Ignore XML sequence when comparing GML
This commit is contained in:
@@ -1034,7 +1034,7 @@ describe('ol.format.GML3', function() {
|
||||
|
||||
it('writes back features as GML', function() {
|
||||
var serialized = gmlFormat.writeFeaturesNode(features);
|
||||
expect(serialized).to.xmleql(ol.xml.parse(text));
|
||||
expect(serialized).to.xmleql(ol.xml.parse(text), {ignoreElementOrder: true});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user