minor corrections to test number
This commit is contained in:
parent
04a6979a15
commit
7c95a3125e
|
@ -391,11 +391,11 @@
|
||||||
|
|
||||||
<Request
|
<Request
|
||||||
TestDescription="Query Support: $filter: Date: EdmDateTimeOffset field is less than EdmDateTimeOffset value."
|
TestDescription="Query Support: $filter: Date: EdmDateTimeOffset field is less than EdmDateTimeOffset value."
|
||||||
RequirementId="REQ-WA103-QO26"
|
RequirementId="REQ-WA103-QO26.2"
|
||||||
MetallicLevel="Core"
|
MetallicLevel="Core"
|
||||||
Capability="Filterability ($filter)"
|
Capability="Filterability ($filter)"
|
||||||
WebAPIReference="2.4.4"
|
WebAPIReference="2.4.4"
|
||||||
OutputFile="REQ-WA103-QO26.json"
|
OutputFile="REQ-WA103-QO26.2.json"
|
||||||
Url="*ClientSettings_WebAPIURI*/*Parameter_EndpointResource*?$top=*Parameter_TopCount*&$select=*Parameter_SelectList*&$filter=*Parameter_TimestampField* lt *Parameter_DateTimeValue**Parameter_RequiredParameters*"
|
Url="*ClientSettings_WebAPIURI*/*Parameter_EndpointResource*?$top=*Parameter_TopCount*&$select=*Parameter_SelectList*&$filter=*Parameter_TimestampField* lt *Parameter_DateTimeValue**Parameter_RequiredParameters*"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
@ -168,7 +168,7 @@ Feature: Web API Server 1.0.2 Certification
|
||||||
|
|
||||||
@REQ-WA103-QO26.2 @core @2.4.4 @filterability-endorsement
|
@REQ-WA103-QO26.2 @core @2.4.4 @filterability-endorsement
|
||||||
Scenario: Query Support: $filter: Date: EdmDateTimeOffset field is less than EdmDateTimeOffset value
|
Scenario: Query Support: $filter: Date: EdmDateTimeOffset field is less than EdmDateTimeOffset value
|
||||||
When a GET request is made to the resolved Url in "REQ-WA103-QO26"
|
When a GET request is made to the resolved Url in "REQ-WA103-QO26.2"
|
||||||
Then the server responds with a status code of 200
|
Then the server responds with a status code of 200
|
||||||
And the response is valid JSON
|
And the response is valid JSON
|
||||||
And the response has results
|
And the response has results
|
||||||
|
|
Loading…
Reference in New Issue