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

Fix test result logic for results other than PASS/FAIL. #593

Closed cmorriscmps closed 7 months ago

cmorriscmps commented 8 months ago

Fix test result logic for results other than PASS/FAIL. In particular, WMTS tests that return "Skipped" were causing the parent test to fail. With this fix, the skipped test will not affect the result of the parent test unless the parent test is a Mandatory test.