-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #577 from opengeospatial/changes-for-v1.2
Changes for v1.2
- Loading branch information
Showing
157 changed files
with
2,089 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 14 additions & 11 deletions
25
core/standard/abstract_tests/collections/ATS_rc-custom-dimension-response.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
[[ats_collections_rc-custom-dimension-response]]{counter2:ats-id} | ||
[width="90%",cols="2,6a"] | ||
.Abstract Test {ats-id} | ||
|=== | ||
^|*Abstract Test {ats-id}* |*/conf/edr/rc-custom-dimension-response* | ||
^|Test Purpose |Validate that the <<rc_custom-dimensions-section,custom dimension>> parameters query parameters are processed correctly. | ||
^|Requirement |<<req_edr_custom-dimension-response,/req/edr/custom-dimension-response>> | ||
^|Test Method |. Verify that only resources that have a values that are valid for the range information in any <<rc_custom-dimensions-section,custom dimension>> parameters are included in the result set | ||
. Validate that the values specified comply with the syntax described in <<req_edr_custom-dimension-response,/req/edr/custom-dimension-response>>. | ||
. Validate that if <<rc_custom-dimensions-section,custom dimension>> are defined in the <<collection_metadata_desc, collections>> response but no query parameters for the <<rc_custom-dimensions-section,custom dimensions>> are specified in the query all valid values are returned with no subsetting by the <<rc_custom-dimensions-section,custom dimension>>. | ||
|=== | ||
[[ats_collections_rc-custom-dimension-response-asciidochandle]] | ||
|
||
[abstract_test] | ||
==== | ||
[%metadata] | ||
identifier:: /conf/edr/rc-custom-dimension-response-asciidochandle | ||
target:: /req/edr/custom-dimension-response | ||
test-purpose:: Validate that the <<rc_custom-dimensions-section,custom dimension>> parameters query parameters are processed correctly. | ||
test-method:: | ||
step::: Verify that only resources that have a values that are valid for the range information in any <<rc_custom-dimensions-section,custom dimension>> parameters are included in the result set. | ||
step:::Validate that the values specified comply with the syntax described in <<req_edr_custom-dimension-response,/req/edr/custom-dimension-response>>. | ||
step::: Validate that if <<rc_custom-dimensions-section,custom dimension>> are defined in the <<collection_metadata_desc, collections>> response but no query parameters for the <<rc_custom-dimensions-section,custom dimensions>> are specified in the query all valid values are returned with no subsetting by the <<rc_custom-dimensions-section,custom dimension>>. | ||
==== | ||
|
25 changes: 25 additions & 0 deletions
25
core/standard/abstract_tests/collections/ATS_rc-limit-definition.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[[ats_core_rc-limit-definition-asciidochandle]] | ||
[abstract_test] | ||
==== | ||
[%metadata] | ||
identifier:: /conf/core/rc-limit-definition-asciidochandle | ||
target:: /req/edr/rc-limit-definition | ||
test-purpose:: Validate that the limit query parameters are defined correctly. | ||
test-method:: | ||
+ | ||
-- | ||
Verify that the `limit` query parameter complies with the following definition (using an OpenAPI Specification 3.0 fragment): | ||
[source,YAML] | ||
---- | ||
name: limit | ||
in: query | ||
required: false | ||
schema: | ||
type: integer | ||
style: form | ||
explode: false | ||
---- | ||
Note that the API can define values for "minimum", "maximum" and "default". | ||
-- | ||
==== |
14 changes: 14 additions & 0 deletions
14
core/standard/abstract_tests/collections/ATS_rc-limit-response.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[[ats_core_rc-limit-response-asciidochandle]] | ||
[abstract_test] | ||
==== | ||
[%metadata] | ||
identifier:: /conf/core/rc-limit-response-asciidochandle | ||
target:: /req/edr/REQ_rc-limit-response | ||
test-purpose:: Validate that the limit query parameters are evaluated correctly. | ||
test-method:: | ||
step::: Request Features with the `limit` parameter. | ||
step::: Count the Features which are on the first level of the collection. Any nested objects contained within the explicitly requested items are not counted. | ||
step::: Verify that this count is not greater than the value specified by the `limit` parameter. | ||
step::: If the API definition specifies a maximum value for `limit` parameter, verify that the count does not exceed this maximum value. | ||
step::: If the API definition specifies a maximum value for `limit` parameter, submit another request with a `limit` value that is greater than the maximum and verify that the response is not an error and that the count does not exceed this maximum value. | ||
==== |
20 changes: 0 additions & 20 deletions
20
core/standard/abstract_tests/collections/ATS_rc-resolution-x-definition.adoc
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
core/standard/abstract_tests/collections/ATS_rc-resolution-x-response.adoc
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
core/standard/abstract_tests/collections/ATS_rc-resolution-y-definition.adoc
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
core/standard/abstract_tests/collections/ATS_rc-resolution-y-response.adoc
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
core/standard/abstract_tests/collections/ATS_rc-resolution-z-definition.adoc
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
core/standard/abstract_tests/collections/ATS_rc-resolution-z-response.adoc
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.