The message assertions for testcase Multipart-1G looks for XML in the payload of the message, which is clearly incorrect. I've updated it to simply check that there is some text there instead. Before: * count(/l:log/l:message[@number="1"]/l:content/*)=1 * /l:log/l:message[@number="1"]/l:content/*[local-name()='EchoName' and namespace-uri()='http://example.org/message-test/xsd'] After * count(/l:log/l:message[@number="1"]/l:content/text())>0 Checking the form of the body beyond that is possible but hard, and since we only have one log for this testcase manual inspection seems adequate for now. Jonathan Marsh - <http://www.wso2.com> http://www.wso2.com - <http://auburnmarshes.spaces.live.com> http://auburnmarshes.spaces.live.comReceived on Monday, 19 February 2007 21:54:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 19 February 2007 21:54:38 GMT