Release Notes OGC WMS 1.1.1 Test Suite
1.23 (2025-03-04)
Attention: Java 17 and Tomcat 10.1 are required.
- #86 - Migrate test suite to TEAM Engine 6 (Java 17)
1.22 (2023-07-28)
1.21 (2022-02-25)
1.20 (2020-12-15)
1.19 (2019-08-19)
- #68 - Fixed Fortify Issues for DISASTIG
- #72 - REST API: URI of test suite is equal to WMS 1.3 test suite
- #71 - Update tests to use TEAM Engine 5.4
- #62 - Create SoapUI tests and integrate them into Maven and Jenkinsfile
- #69 - Test error “Error: A sequence of more than one item is not allowed as the first argument of contains()”
1.18 (2018-08-28)
1.17 (2018-05-16)
- #53 - Update CTL with better information about conformance classes
1.16 (2017-08-22)
1.15 (2017-01-31)
- #50 - missing urlencoding
1.14 (2016-04-29)
- #47 - value of INFO_FORMAT parameter not URL-encoded
1.13 (2016-02-23)
- #43 - Empty SRS - wmsops-getmap-each-layer
1.12 (2015-11-30)
- #40 - wms:wmsops-getmap-params-exceptions-6 fails for gif images with indexed tranparency
1.11 (2015-10-27)
1.10 (2015-06-10)
1.9 (2015-03-26)
- #13 - A WMS can now pass if properly implemented the OLD DTD or the new DTD.
1.8 (2015-02-20)
All the log at Github. Noteworthy:
- #12 - Remove normalize-string, substring-before; Replaced with contain
- #9- Fix for issue LayerNotDefined - Assertion #5
- #6- Adjust configuration
- #10- Fix issues with reference implementations
- #20 - Verifying transparency of PNG image
- Starting this revision, the revision number will follow the conventions described in the wiki
r7 (2014-06-24)
- #5 - LayerNotDefined - Assertion #5 - added HTTPParser to wmsops-getmap-params-layers-6 test
r6 (2014-06-20)
r5 (2013-12-10)
- Fixed CITE-913: Image parser for wms:wmsops-getmap-params-exceptions-5 and wms:wmsops-getmap-params-exceptions-6
r4 (2013-12-03)
- Fixed CITE-892: Invalid requests
- Fixed CITE-891: Color and alpha tests fail
- Fixed CITE-886: DTD does not match
- Fixed CITE-828: Broken SRS parameter in some tests
- Fixed CITE-904: Invalid layer/style combinations
r3 (2013-02-09)
- Updated config.xml for TEAM-Engine v4
- Fixed several XPath errors: “A sequence of more than one item is not allowed as the first argument of string() (, , …)” -> select first match.
- Added note about required libraries
r2 (2010-11-15)
- updated release notes. 2010-11-15 (kstegemoller):
- updated “Latest” release notes.2010-08-27 (kstegemoller):
- fixed documentation typo. 2010-08-25 (aschmitz):
- changed transparent value to FALSE as suggested in issue #25. 2010-07-05 (aschmitz):
r1 (2009-10-12)
- Created revision tag wms-1.1.1 r1. 2009-10-12 (kstegemoller):
r0 (2009-10-7) cmorris
- Fixed tests that did not include a Version parameter (Issue 309)
- Added tests written for NSG that apply to the base WMS specification:
- When a layer is requested using escaped characters in its name, the response is a map
- When an exception is generated, it validates
- For each format a request with TRANSPARENT=TRUE does not return an exception.
- For each image format advertised in capabilities, When a GetMap request is made using the image format, then the Content-type entity header returned is the format requested.
- For each SRS in the capabilities document, when a GetMap request uses the SRS, then the response is valid.
- For each of the Layers in the capabilities document, when a GetMap request is made with the LAYERS parameter set to the element of the layer, then the response is valid.
- For each of the Styles in the capabilities document, when a GetMap request is made with the STYLES parameter set to the element of the style, then the response is valid.
- For each advertised GetFeatureInfo format, when a GetFeatureInfo request is made with the INFO_FORMAT parameter set to the format, then the Content-type header returned is the same.