-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement A.4.4. Processing the OpenAPI Document - Part 3 #8
Comments
Some remaining TODOs are documented in the code (missing test parameters, returned features are not validated). I think "A.4.4.10. Validate the Get Features Operation Response" contains a failure in test method 6:
Shouldn't numberReturned be numberMatched in the last sentence? |
…uce the number of tests, added assert for number of features in the response
Set limit parameter to 5 and 15 to avoid long running queries and large response and added assert: 17dbccd |
…lection and assured that test are not skipped if optional properties are missing
The text was updated successfully, but these errors were encountered: