opengeospatial / ets-wfs20

Executable Test Suite for WFS 2.0
Other
8 stars 11 forks source link

Update dependency ets-gml32 to latest version #251

Closed dstenger closed 1 year ago

dstenger commented 1 year ago

Test with SNAPSHOT version of current ets-gml32 master (includes support of GML 3.2.2)

Used master branch of ets-wfs20 for test.

Dependency was updated in pom file:

stenger@elsbeere:~/git/ets-wfs20$ git diff
diff --git a/pom.xml b/pom.xml
index b4ce4a1..1e8c940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>ets-gml32</artifactId>
-      <version>1.29</version>
+      <version>1.31-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opengis.cite.teamengine</groupId>

Afterwards, test suite was started via Docker.

When testing against reference implementation [1], several tests fail:

Thus, the update of ets-gml32 leads to some unexpected problems. @bpross-52n Can you please take a look at those problems?

[1] https://cite.deegree.org/deegree-webservices-3.4.30/services/wfs200?service=WFS&request=GetCapabilities

dstenger commented 1 year ago

I just checked ets-gml32 v1.30. The errors are not occurring with that version. So, it is definitely related to changes made for v1.31.

bpross-52n commented 1 year ago

This is a bug in the ets-gml32, see here: https://github.com/opengeospatial/ets-gml32/issues/75

dstenger commented 1 year ago

A functional test confirmed that https://github.com/opengeospatial/ets-gml32/issues/75 fixes the problem.