Skip to content

Scaling test should allow having one GridCoverage or one RectifiedGridCoverage #141

@aaime

Description

@aaime

Describe the bug
Looking at a test run, I can see the following:

         Testing wcs2:get-scal-req3-kvp type Mandatory in Test Mode with defaultResult Pass (s0001/d14820e89_1/d4566e24999_1)...
            Assertion: Req3:Test GridCoverage,RectifiedGridCoverage.
            [FAILURE] The service should offer at least one GridCoverage.
            [MESSAGE] The server does not support the gml coverage.
         Test wcs2:get-scal-req3-kvp Failed

Now, the server in question only has RectifiedGridCoverage, it does not support general GridCoverage.
The test is however written to fail if at least one is not found:

https://github.com/opengeospatial/ets-wcs20/blob/master/src/main/scripts/ctl/ext_get-scal.xml#L357

I don't think this is what the ATS requires... requirement 3 states:

The coverage identifier in a GetCoverage request shall address a coverage which is a GridCoverage, RectifiedGridCoverage, ReferenceableGridCoverage, or a subtype of one of these."

ReferenceableGridCoverage is commented out through the tests, but I think in order to pass the test a server should offer at least a GridCoverage or a RectifiedGridCoverage, but not both?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

To verify

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions