Speed up xmleql performance

This commit is contained in:
Bart van den Eijnden
2015-03-26 16:03:28 +01:00
parent 2c04e4c071
commit 616a0b161e
2 changed files with 56 additions and 65 deletions
-1
View File
@@ -977,7 +977,6 @@ describe('ol.format.GML3', function() {
});
it('writes back features as GML', function() {
this.timeout(4000);
var serialized = gmlFormat.writeFeaturesNode(features);
expect(serialized).to.xmleql(ol.xml.parse(text));
});