opengeospatial / teamengine

TEAM Engine (Test, Evaluation, And Measurement Engine) is an engine for testing web services and other resources written in JAVA. It executes test scripts written in Compliance Test Language (CTL), TestNG and other languages. It is lightweight and easy to run as a command line or to setup as a service. It can be used to test any type of service or encoding. It is also the official tool used by the Open Geospatial Consortium (OGC) for compliance testing.
Apache License 2.0
45 stars 41 forks source link

Implement consideration of config.xml on classpath #561

Closed dstenger closed 1 year ago

dstenger commented 1 year ago

This is especially important when a *aio.jar of a test suite is used. Then, the config.xml is taken from classpath and must not be referenced externally.

Also see https://github.com/opengeospatial/ets-wfs20/issues/230.

dstenger commented 1 year ago

@bpross-52n Can you please try to generate a generic config.xml which is put to TEAM Engine itself. This enables us to use the pull request with each test suite immediately without updating the test suites.

bpross-52n commented 1 year ago

I have added a commit to the Pull Request #562

dstenger commented 1 year ago

@bpross-52n Some unit tests are failing when building the branch of the pull request.