opengeospatial / ets-ogcapi-processes10

Other
3 stars 3 forks source link

Update relation types to match those in the Standard #15

Closed ghobona closed 1 year ago

ghobona commented 2 years ago

This is from the Testbed-17 CITE ER:

A number of the tests that fail seem to be a cascaded effect of the fact that the TestNG-based ETS does not recognize the specification relation types. For example, the test "landing Page Validation" fails because the ETS is looking for a link with relation "processes" but the correct link relation according to the specification is "http://www.opengis.net/def/rel/ogc/1.0/processes". The ETS should be modified to address this.

gfenoy commented 1 year ago

Please review the following method definition: https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/landingpage/LandingPage.java#L76

The ETS seems to be inline with the specification at this level. I would be favorable to close this issue.