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

Implement Core conformance class #5

Closed
dstenger opened this issue Nov 30, 2022 · 6 comments
Closed

Implement Core conformance class #5

dstenger opened this issue Nov 30, 2022 · 6 comments
Labels
2022-11 Sprint enhancement New feature or request
Milestone

Comments

@dstenger
Copy link
Contributor

This conformance class contains requirements 1 - 7 defined in the specification.

The ATS is documented here.

@dstenger
Copy link
Contributor Author

Current status

  • A.1.1. Declaration of conformance classes
    • A.1.1.1. Response (Requirement 7)
    • Almost complete
  • A.1.2. A tile
    • A.1.2.1. Operation (Requirement 1)
    • Not implemented, yet
    • A.1.2.2. Parameter tileMatrix (Requirement 2)
    • Not implemented, yet
    • A.1.2.3. Parameter tileRow (Requirement 3)
    • Not implemented, yet
    • A.1.2.4. Parameter tileCol (Requirement 4)
    • Not implemented, yet
    • A.1.2.5. Response (Requirement 5)
    • Not implemented, yet
    • A.1.2.6. Error conditions (Requirement 6)
    • Not implemented, yet

@dstenger
Copy link
Contributor Author

Work on A.1.1.1. Response (Requirement 7)

Added description to test: 2984741
Fixed conformance uris to handle / in server url: 785a460

Now, this test is working.

@dstenger
Copy link
Contributor Author

As a precondition for this test suite, it is easier when den api definition is parsed first because values of the api document can be used for tests then.

Thus, this is the next topic to work on.

@dstenger
Copy link
Contributor Author

dstenger commented Dec 1, 2022

Added retrieval of API definition: b052da3

@dstenger
Copy link
Contributor Author

dstenger commented Dec 1, 2022

Afterwards, it was possible to improve the implementation of the conformance test: 4e10edd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2022-11 Sprint enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants