Multipart-1G multipart/form-data assertion

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.com

 

 

Received on Monday, 19 February 2007 21:54:33 UTC