opengeospatial / ets-wms13

Repository for the Exectutable Test Suite for WMS 1.3.0
Apache License 2.0
2 stars 4 forks source link

Update tests to use TEAM Engine 5.4 #68

Closed dstenger closed 5 years ago

dstenger commented 5 years ago

Applies to integration and system tests.

SoapUI project must be updated as version was removed from URI to test suites of REST API (also see https://github.com/opengeospatial/teamengine/issues/261). Please also update Maven configuration and set version of SoapUI Maven Plugin to 5.5.0.

See updated documentation: https://github.com/opengeospatial/cite/wiki/How-to-run-tests-for-test-suites-with-SoapUI

Example, how this was solved for TEAM Engine tests: https://github.com/opengeospatial/teamengine/issues/400

keshavnangare commented 5 years ago

Fixed this commit: 5f0c8da4d0a8aedc9f5ac763c107c00cda581778

keshavnangare commented 5 years ago

The issue https://github.com/opengeospatial/ets-wms13/issues/69 should be considered to update REST URI in future.

dstenger commented 5 years ago

After making some adjustments, the integration tests (mvn clean install site -Pintegration-tests) return a passed result.