- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Jul 2007 12:42:13 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing/testsuitewsdl/testcases
In directory hutz:/tmp/cvs-serv30485
Modified Files:
testcases.xml
Log Message:
Fixed testcases
Index: testcases.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/testsuitewsdl/testcases/testcases.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** testcases.xml 22 Jul 2007 20:49:52 -0000 1.6
--- testcases.xml 23 Jul 2007 12:42:11 -0000 1.7
***************
*** 667,670 ****
--- 667,672 ----
</message>
<message from="B" to="A">
+ <assert
+ test="HTTP 202 Accepted response."/>
</message>
</message-exchange>
***************
*** 707,713 ****
</message>
<message from="B" to="A">
- <!-- TODO Write an XPath to check this - easy, just don't have the time right now
<assert
! test="wsa:ActionNotSupported fault on a new HTTP connection."/> -->
</message>
</message-exchange>
--- 709,714 ----
</message>
<message from="B" to="A">
<assert
! test="wsa:ActionNotSupported fault on a new HTTP connection."/>
</message>
</message-exchange>
***************
*** 749,756 ****
test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/EchoBad'"/>
</message>
! <message from="B" to="A">
! <!-- TODO Write an XPath to check this - easy, just don't have the time right now
<assert
! test="wsa:ActionMismatch fault on the HTTP response."/> -->
</message>
</message-exchange>
--- 750,756 ----
test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/EchoBad'"/>
</message>
! <message from="B" to="A">
<assert
! test="wsa:ActionMismatch fault on the HTTP response."/>
</message>
</message-exchange>
***************
*** 793,796 ****
--- 793,798 ----
</message>
<message from="B" to="A">
+ <assert
+ test="HTTP 202 Accepted response."/>
</message>
</message-exchange>
***************
*** 833,836 ****
--- 835,840 ----
</message>
<message from="B" to="A">
+ <assert
+ test="HTTP 202 Accepted response."/>
</message>
</message-exchange>
***************
*** 894,897 ****
--- 898,903 ----
</message>
<message from="B" to="A">
+ <assert
+ test="HTTP 202 Accepted response."/>
</message>
</message-exchange>
***************
*** 933,941 ****
test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/EchoBad'"/>
</message>
! <message from="B" to="A">
! <!-- TODO Write an XPath to check this - easy, just don't have the time right now
<assert
! test="wsa:ActionNotSupported fault on a new HTTP connection."/>
! -->
</message>
</message-exchange>
--- 939,945 ----
test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/EchoBad'"/>
</message>
! <message from="B" to="A">
<assert
! test="wsa:ActionNotSupported fault on a new HTTP connection."/>
</message>
</message-exchange>
***************
*** 977,985 ****
test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/EchoBad'"/>
</message>
! <message from="B" to="A">
! <!-- TODO Write an XPath to check this - easy, just don't have the time right now
<assert
! test="wsa:ActionMismatch fault on the HTTP response."/>
! -->
</message>
</message-exchange>
--- 981,987 ----
test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/EchoBad'"/>
</message>
! <message from="B" to="A">
<assert
! test="wsa:ActionMismatch fault on the HTTP response."/>
</message>
</message-exchange>
***************
*** 1022,1025 ****
--- 1024,1029 ----
</message>
<message from="B" to="A">
+ <assert
+ test="HTTP 202 Accepted response."/>
</message>
</message-exchange>
***************
*** 1062,1065 ****
--- 1066,1071 ----
</message>
<message from="B" to="A">
+ <assert
+ test="HTTP 202 Accepted response."/>
</message>
</message-exchange>
Received on Monday, 23 July 2007 12:42:15 UTC