WCS parsing working properly, but needs more tests; moved errorProperty down to parser, where it arguably belongs, and where it has to live to work with WCS. Also removed null error property on versionedOGC.
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
var res = parser.read(text);
|
||||
|
||||
debugger;
|
||||
|
||||
t.ok(!res.error, "Parsing XML generated no errors");
|
||||
t.eq(res.service.fees, "mucho dinero", "Service>Fees correctly parsed");
|
||||
@@ -64,8 +63,6 @@
|
||||
|
||||
|
||||
res = parser.read(text);
|
||||
debugger;
|
||||
|
||||
|
||||
t.ok(!res.error, "Parsing XML generated no errors");
|
||||
// ft = res.featureTypeList.featureTypes;
|
||||
|
||||
Reference in New Issue
Block a user