opengeospatial / ets-wms13

Repository for the Exectutable Test Suite for WMS 1.3.0
Apache License 2.0
2 stars 4 forks source link

Update the scripts to remove cite: prefix from the Layer Names #93

Closed ghobona closed 2 years ago

ghobona commented 2 years ago

Describe the bug The test scripts currently expect the Layer Names to have the same values as the Layer Titles. The expected Layer Titles are listed in the Test Dataset Description.

The problem is that the test scripts expect the Layer Names to have a cite: prefix for the namespace. In some cases, however, developers configure the WMS layers from files and would like the layers to have the same names as the files. Therefore, it would be more appropriate to require the Layer Names to use names without the cite: prefix.

Expected behavior

Update the scripts so that they expect the following layer names and titles.

Screenshot 2021-10-11 at 12 10 12

Note that the Layer Titles remain the same (i.e. with cite: prefix) whereas the Layer Names would not have any prefix.

dstenger commented 2 years ago

Related to https://github.com/opengeospatial/ets-wms13/issues/77.

dstenger commented 2 years ago

We have to be aware that this adjustment might lead to the status that currently passing implementations do not fulfill the requirements anymore. E.g.: http://cite.deegree.org/deegree-webservices-3.4.16/services/wms130?service=WMS&request=GetCapabilities

ghobona commented 2 years ago

@dstenger We will notify implementers of the change.

ghobona commented 2 years ago

Notification sent 2021-10-12.

http://lists.ogc.org/pipermail/cite-forum/2021-October/001844.html

dstenger commented 2 years ago

Pull request was created: https://github.com/opengeospatial/ets-wms13/pull/94

dstenger commented 2 years ago

Decision of the CITE team: The enhancement shall be kept as described in this issue but, in addition, the old behavior shall still also work.

dstenger commented 2 years ago

Pull request was updated.