opengeospatial / ets-citygml30-part2

Other
1 stars 1 forks source link

"Verify City GML Instance Doc" test finishes with unexpected error #40

Closed dstenger closed 1 month ago

dstenger commented 1 month ago

Used test file: LocalCRS_CityGML3.gml

Screenshot from test run with Web Browser Interface: Bildschirmfoto vom 2024-07-17 19-24-25

It is expected that the reference file is passing this test.

In addition, the failure message "null" is not understandable and shall be improved.

dstenger commented 1 month ago

Unfortunately, this error occurs again. Further information: I uploaded the referenced file (see description) via the Web Browser Interface of TEAM Engine. @jiann Can you please take a look at this?

jiann commented 1 month ago

@dstenger Could you provide the steps you executed to run the test? This source file is working successfully in my environment. I'm using the following commands:

  1. mvn clean install site -Pintegration-tests,docker to create the Docker container.
  2. https://raw.githubusercontent.com/opengeospatial/ets-citygml30-part2/develop-jiann/src/test/resources/LocalCRS_CityGML3.gml as the input.
image
dstenger commented 1 month ago

@jiann In the second step, I do not use the URL but the upload button of the GUI.

dstenger commented 1 month ago

Error is not occurring anymore.