2002/ws/desc/test-suite/results-messages ws-i.xslt,1.5,1.6 generate-xpath-assertions.xslt,1.23,1.24

Update of /sources/public/2002/ws/desc/test-suite/results-messages
In directory hutz:/tmp/cvs-serv12110/test-suite/results-messages

Modified Files:
	ws-i.xslt generate-xpath-assertions.xslt 
Log Message:
Changed assertion that checks content type to check on PUTs but not DELETEs.
Changes ws-i.xslt to properly mask XML declarations in application/echo+xml message content.
Added new results at http://lists.w3.org/Archives/Public/www-ws-desc/2007Feb/0177.html
Added new results at http://lists.w3.org/Archives/Public/www-ws-desc/2007Feb/0185.html
Regenerated results.

Index: ws-i.xslt
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/ws-i.xslt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** ws-i.xslt	8 Jan 2007 21:01:44 -0000	1.5
--- ws-i.xslt	22 Feb 2007 23:21:28 -0000	1.6
***************
*** 106,109 ****
--- 106,110 ----
  				    <xsl:when test='contains(wsi-log407:httpHeaders, "Content-Type: text/xml")
  						    or contains(wsi-log407:httpHeaders, "Content-Type: application/soap+xml")
+ 						    or contains(wsi-log407:httpHeaders, "Content-Type: application/echo+xml")
  						    or contains(wsi-log407:httpHeaders, "Content-Type: application/xml")'>
  					<xsl:call-template name="replaceContent">

Index: generate-xpath-assertions.xslt
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/generate-xpath-assertions.xslt,v
retrieving revision 1.23
retrieving revision 1.24
diff -C 2 -d -r1.23 -r1.24
*** generate-xpath-assertions.xslt	22 Feb 2007 05:23:38 -0000	1.23
--- generate-xpath-assertions.xslt	22 Feb 2007 23:21:28 -0000	1.24
***************
*** 73,77 ****
  					<xsl:when test="@type='request' and 
  									m:httpMethod != 'GET' and
! 									m:httpMethod != 'PUT' and (
  										m:messageContentModel/@type!='#none' or
  										m:httpInputSerialization='application/x-www-form-urlencoded'
--- 73,77 ----
  					<xsl:when test="@type='request' and 
  									m:httpMethod != 'GET' and
! 									m:httpMethod != 'DELETE' and (
  										m:messageContentModel/@type!='#none' or
  										m:httpInputSerialization='application/x-www-form-urlencoded'

Received on Thursday, 22 February 2007 23:21:35 UTC