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

Unit test ImageParserTest.parsePNG_noAlphaChannel fails with Java 17 #575

Closed dstenger closed 8 months ago

dstenger commented 1 year ago

Branch: 6.0

Error can be reproduced by executing mvn clean install in module teamengine-core.

Please see:

dstenger commented 9 months ago

The ImageParser is used by following test suites (https://github.com/search?q=org%3Aopengeospatial+ImageParser+language%3AXML&type=code&l=XML):