Closed rjmartell closed 7 years ago
The fix would be to first check the content type header in the response for an acceptable XML media type. This applies to all tests that expect an exception report. See #20.
Can you provide a test server which can be used to test a fix?
Fix can be done as proposed by @rjmartell. Testing is not possible as no public available test server exists.
@keshav-nangare, please take a look a this issue, it seems is a TEAM Engine issue.
I tried to reproduce this issue but not able to reproduce it, tested with the WMS13-1.19-SNAPSHOT and teamengine 4.6.
Tested with the following services:
The all above services are successfully passed.
The testing server is not available which will return a non-XML representation (i.e. an image) in response for the test bbox-minx-eq-maxx
and bbox-miny-eq-maxy
I will close this issue. Seems the fix didn't cause any issues and we don't have any server to test that we can replicated this error.
Reopened as issue was reported again: #45
A fix was implemented and a pull request created: #49 It will be merged to master branch prior to the next release if all tests of the fix are successful.
The test results cannot be displayed due to malformed markup. The root cause is
It occurs when an XML entity is expected in response but a non-XML representation (i.e. an image) was received instead. It has been observed for tests that expect an exception report, such as
bbox-minx-eq-maxx
andbbox-miny-eq-maxy
.