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
WFS 1.0 and WCS 2.0 test suites fail with IllegalStateException: Already connected #553
Describe the bug
When WFS 1.0 and WCS 2.0 test suites are executed, several tests fail with following error message:
Error in call to extension function {public org.w3c.dom.NodeList com.occamlab.te.TECore.request(org.w3c.dom.Document,java.lang.String) throws java.lang.Throwable}: Exception in extension function java.lang.IllegalStateException: Already connected
This failure is not expected and seems to be connected to TEAM Engine v5.5 as it does not occur with TEAM Engine v5.4.1.
Describe the bug When WFS 1.0 and WCS 2.0 test suites are executed, several tests fail with following error message:
This failure is not expected and seems to be connected to TEAM Engine v5.5 as it does not occur with TEAM Engine v5.4.1.
The bug was detected with TEAM Engine v5.5.1.
To Reproduce Steps to reproduce the behavior:
Expected behavior The error described above shall not occur.
Screenshots