Closed dstenger closed 8 years ago
Analysis of bug: Both tests check whether the header Content-Type starts with 'text/xml; subtype=gml/3.1.1'. The tests fail as the test server includes a 'charset=utf-8;' which is not allowed according to the test. The test could be made more lax by just checking if 'text/xml;' and 'subtype=gml/3.1.1' are included in the Content-Type header.
wfs:wfs-1.1.0-Basic-DescribeFeatureType-tc4 has already been fixed in #57.
In the next release "wfs:wfs-1.1.0-Basic-DescribeFeatureType-tc4" will pass.
"wfs:DescribeFeatureType-output-format-gml-3.1.1" is still failing.
We are currently working on the fix.
"wfs:DescribeFeatureType-output-format-gml-3.1.1" was fixed in pull request #63.
The fix will be part of the next release.
Fix was successfully tested and merged into master branch. It will be part of the upcoming release.
Failing tests:
Failure of wfs:wfs-1.1.0-Basic-DescribeFeatureType-tc4:
Failure of wfs:DescribeFeatureType-output-format-gml-3.1.1: