Hello,
several Testcases report a wrong Content-Type header,
because the charset is not handled. One example
would be xmltestcases/functional/XML/multiplePutGets.xml.
<exceuteStep>
<method>GET</method>
<url>/slide/files/lock.xml</url>
<headerErrors>
<nonMatchingHeader name="Content-Type">
<expectedValue>text/xml</expectedValue>
<receivedValue>text/xml;charset=ISO-8859-1</receivedValue>
</nonMatchingHeader>
</headerErrors>
<result>ERROR</result>
<time>111</time>
</exceuteStep>
The response seems to be legal. Is it possible to change the test case,
so it accepts this response with and without charset?
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]