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

Remove all OGC related content from teamengine source code #504

Open dstenger opened 2 years ago

dstenger commented 2 years ago

Background: Other parties than the OGC use the software TEAM Engine as well. Thus, OGC related content should not be found in the source code meaning that, for example, the default web interface does not contain any OGC related links etc.

The content shall be migrated to a different repository instead (e.g. https://github.com/opengeospatial/teamengine-site, https://github.com/opengeospatial/teamengine-docker).

For example, this pull request introduced OGC related content: https://github.com/opengeospatial/teamengine/pull/424