opengeospatial / ets-wms-client13

Repository for the Exectutable Test Suite for WMS Client 1.3.X
Other
1 stars 3 forks source link

Layer cite:Terrain not provided #32

Closed lgoltz closed 6 years ago

lgoltz commented 6 years ago

Tested with QGIS 2.18.15 and Udig with the current SNAPSHOT of ETS WMS CLient 1.3 and TEAM Engine 4.10.

The layer cite:Terrain cannot be added in the client but is required to pass the tests.

lgoltz commented 6 years ago

Layer cite:Terrain is not listed in the capabilities of the proxy (e.g. http://localhost:8083/teamengine/monitor/3?REQUEST=GetCapabilities&SERVICE=WMS)

lgoltz commented 6 years ago

As far as I see the proxy wraps this service: http://cite.demo.opengeo.org:8080/geoserver_wms13/ows?service=WMS&request=GetCapabilities The layer is missing there, too.

I assume the missing layer must be added to the wrapped service. Or we have to remove the test from the ETS.

lgoltz commented 6 years ago

@bermud What do you think about that?

bermud commented 6 years ago

Remove it from the test if it is redundant and update the readme and possible the UI

keshavnangare commented 6 years ago

Fixed with this commit: ffb9d950159392acb9836d1c96b6d48431d52d4a [PR #36].

lgoltz commented 6 years ago

I've tested the branch locally with the current TEAM Engine (5.3-SNAPSHOT) with the docker environment. cite:Terrain is not longer listed as layer to add, but after stopping the test, the parent ('Perform GetMap request for all the layers') is still marked as failed.

@keshav-nangare Can you take a look at this?

keshavnangare commented 6 years ago

I've tested the branch locally with the current TEAM Engine (5.3-SNAPSHOT) with the docker environment. cite:Terrain is not longer listed as layer to add, but after stopping the test, the parent ('Perform GetMap request for all the layers') is still marked as failed.

This issue is related to the teamengine so created the issue here: https://github.com/opengeospatial/teamengine/issues/333

dstenger commented 6 years ago

We can close this issue as soon as opengeospatial/teamengine#333 is solved.

lgoltz commented 6 years ago

Fix works fine with https://github.com/opengeospatial/teamengine/issues/333. Both PRs can be merged.