-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Milestone
Description
Describe the bug
All OWS Capabilities Probes share a Check for Title> string. See here. As Title may even be left out since minOccurs=0 as per OGC OWS schema, this may lead to Check failure (false negative).
To Reproduce
Steps to reproduce the behavior, e.g.:
- add CSW Resource with URL: https://sextant.ifremer.fr/geonetwork/srv/eng/csw-EMODNET_Chemistry?
- run Test
- See test fails but https://sextant.ifremer.fr/geonetwork/srv/eng/csw-EMODNET_Chemistry?service=CSW&version=2.0.2&request=GetCapabilities is valid
Expected Behavior
Expected test to succeed.
Screenshots or Logfiles
Not required.
Context (please complete the following information):
- OS: any
- Browser N.A.
- Browser Version N.A.
- Python Version N.A.
- GeoHealthCheck Version 0.8.0
Additional context
The Check is basically a "Contains String", so need to find a String that is always present in capabilities response for all OWSes