You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Abstract Test 136 expects 400 in the response but the OGC EDR specification states under /conf/locations/no-query-params:
Validate that a GeoJSON document was returned with a status code 200 containing at least a list of features one for each location supported by the collection
To Reproduce
Steps to reproduce the behavior:
Run the test case against an implementation with a locations query for a collection that responds with a GeoJSON document and code 200 to see the problem
Expected behavior
I expected a PASS when the service responds with GeoJSON and code 200
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This is the returned GeoJSON
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"coordinates": [
21,
52.25
],
"type": "Point"
},
"properties": {
"locationId": "EPWW",
"locationName": "ACC"
}
}
]
}
and this the headers
Request URL: http://swim:12373/edr/collections/airmet/locations
Request Method:
GET
Status Code:
200 OK
Remote Address:
192.168.51.118:12373
Referrer Policy:
strict-origin-when-cross-origin
and the test result (truncated) looks like
...
The text was updated successfully, but these errors were encountered:
Thank you for reporting.
I understand your problem and we will check the implementation of the test suite.
Is it possible to provide a public API we can use to reproduce the problem?
Describe the bug
Abstract Test 136 expects 400 in the response but the OGC EDR specification states under /conf/locations/no-query-params:
Validate that a GeoJSON document was returned with a status code 200 containing at least a list of features one for each location supported by the collection
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected a PASS when the service responds with GeoJSON and code 200
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This is the returned GeoJSON
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"coordinates": [
21,
52.25
],
"type": "Point"
},
"properties": {
"locationId": "EPWW",
"locationName": "ACC"
}
}
]
}
and this the headers
Request URL:
http://swim:12373/edr/collections/airmet/locations
Request Method:
GET
Status Code:
200 OK
Remote Address:
192.168.51.118:12373
Referrer Policy:
strict-origin-when-cross-origin
and the test result (truncated) looks like
...The text was updated successfully, but these errors were encountered: