opengeospatial / ets-wms13

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

Introduce limit of 10 for tested CRS #107

Closed dstenger closed 1 year ago

dstenger commented 1 year ago

This pull request limits the number of GetMap requests for different CRS to 10. The aim is to improve the performance of the test suite and to prevent possible memory errors.

Also, the soapui properties used by integration tests were updated.

Related to https://github.com/opengeospatial/ets-wms11/pull/84