Skip to content

OWS Capabilities Probe: Check for Title element may raise false negative #328

@justb4

Description

@justb4

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.:

  1. add CSW Resource with URL: https://sextant.ifremer.fr/geonetwork/srv/eng/csw-EMODNET_Chemistry?
  2. run Test
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions