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:
Christopher Eykamp
2012-12-27 13:29:02 +01:00
parent 8ff05cdeac
commit b6c2c26580
7 changed files with 36 additions and 31 deletions

View File

@@ -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;