Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetRecordById: typenames #25

Closed
etj opened this issue Aug 28, 2018 · 1 comment
Closed

GetRecordById: typenames #25

etj opened this issue Aug 28, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@etj
Copy link
Collaborator

etj commented Aug 28, 2018

Req11 is only about getRecords; GetRecordById does not support the typenames parameter, so the following error should not be returned:

<test-method 
   status="FAIL" 
   signature="verifySupportGetRecordByIdReturnType()[pri:0, instance:org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities@9dc26a]" 
   name="verifySupportGetRecordByIdReturnType" 
   duration-ms="2" started-at="2018-08-28T12:53:36Z" 
   description="Implements A.1.1 GetCapabilities for DGIWG Basic CSW (Requirement 11)"
   depends-on-methods="org.opengis.cite.cat20.dgiwg10.getcapabilities.GetCapabilities.verifyNoError" 
   finished-at="2018-08-28T12:53:36Z">
          <exception class="java.lang.AssertionError">
            <message>
              <![CDATA[Return types csw:Record and/or gmd:MD_Metadata for the GetRecordById operation are not supported. expected [true] but found [false]]]>
            </message>
   [...]
@lgoltz
Copy link
Contributor

lgoltz commented Aug 29, 2018

Fixed with PR #27

The ATS is incorrect (A.1.1 GetCapabilities for DGIWG Basic CSW):

Verify that the XML response indicates support for csw:Record and gmd:MD_Metadata
return types for the GetRecordById operation. (Requirement 11).

@lgoltz lgoltz assigned dstenger and unassigned lgoltz Aug 29, 2018
@dstenger dstenger added this to the Testbed14_M4 milestone Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants