You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/01/19 17:56:37 UTC

svn commit: r370545 - in /webservices/axis/trunk/c/tests/auto_build/testcases: ./ output/ tests/

Author: dicka
Date: Thu Jan 19 08:56:26 2006
New Revision: 370545

URL: http://svn.apache.org/viewcvs?rev=370545&view=rev
Log:
Add xsd:all testcases to unit test framework.

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1_ServerResponse.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2_ServerResponse.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAllComplexChild_ServerResponse.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalAll_ServerResponse.expected
Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll1.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll2.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeNillableAll.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1_ServerResponse.expected?rev=370545&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1_ServerResponse.expected Thu Jan 19 08:56:26 2006
@@ -0,0 +1,11 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-US
+Transfer-Encoding: chunked
+
+1b9
+<?xml version="1.0" encoding="utf-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><myOperationResponse xmlns="http://complextype.test.apache.org"><result>1</result></myOperationResponse></soapenv:Body></soapenv:Envelope>
+0
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2_ServerResponse.expected?rev=370545&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2_ServerResponse.expected Thu Jan 19 08:56:26 2006
@@ -0,0 +1,11 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-US
+Transfer-Encoding: chunked
+
+214
+<?xml version="1.0" encoding="utf-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><myOperationResponse xmlns="http://complextype.test.apache.org"><result><field1>Hello World!</field1><field2>I&apos;m still here!</field2><field3>Now I go!</field3></result></myOperationResponse></soapenv:Body></soapenv:Envelope>
+0
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAllComplexChild_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAllComplexChild_ServerResponse.expected?rev=370545&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAllComplexChild_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAllComplexChild_ServerResponse.expected Thu Jan 19 08:56:26 2006
@@ -0,0 +1,11 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-US
+Transfer-Encoding: chunked
+
+26b
+<?xml version="1.0" encoding="utf-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><asComplexTypeResponse xmlns="http://xsd_byte.test.apache.org"><SimpleComplexType xmlns=""><complexTypeElement><onecomplexTypeElement>65</onecomplexTypeElement></complexTypeElement><field2>I&apos;m still here!</field2><field3>123</field3></SimpleComplexType></asComplexTypeResponse></soapenv:Body></soapenv:Envelope>
+0
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalAll_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalAll_ServerResponse.expected?rev=370545&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalAll_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalAll_ServerResponse.expected Thu Jan 19 08:56:26 2006
@@ -0,0 +1,11 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-US
+Transfer-Encoding: chunked
+
+214
+<?xml version="1.0" encoding="utf-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><myOperationResponse xmlns="http://complextype.test.apache.org"><result><field1>Hello World!</field1><field2>I&apos;m still here!</field2><field3>Now I go!</field3></result></myOperationResponse></soapenv:Body></soapenv:Envelope>
+0
+

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml?rev=370545&r1=370544&r2=370545&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml Thu Jan 19 08:56:26 2006
@@ -11,6 +11,9 @@
 		<request>
 			ComplexTypeAll.request
 		</request>
+		<serverResponse>
+			ComplexTypeAll_ServerResponse.expected
+		</serverResponse>
     </expected>
 	<endpoint>-e http://localhost:80/axis/ComplexTypeAll</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll1.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll1.xml?rev=370545&r1=370544&r2=370545&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll1.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll1.xml Thu Jan 19 08:56:26 2006
@@ -11,6 +11,9 @@
 		<request>
 			ComplexTypeAll1.request
 		</request>
+		<serverResponse>
+			ComplexTypeAll1_ServerResponse.expected
+		</serverResponse>
     </expected>
 	<endpoint>-e http://localhost:80/axis/ComplexTypeAll1</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll2.xml?rev=370545&r1=370544&r2=370545&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll2.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll2.xml Thu Jan 19 08:56:26 2006
@@ -11,6 +11,9 @@
 		<request>
 			ComplexTypeAll2.request
 		</request>
+		<serverResponse>
+			ComplexTypeAll2_ServerResponse.expected
+		</serverResponse>
     </expected>
 	<endpoint>-e http://localhost:80/axis/ComplexTypeAll2</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml?rev=370545&r1=370544&r2=370545&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml Thu Jan 19 08:56:26 2006
@@ -11,6 +11,9 @@
 		<request>
 			ComplexTypeAllComplexChild.request
 		</request>
+		<serverResponse>
+			ComplexTypeAllComplexChild_ServerResponse.expected
+		</serverResponse>
     </expected>
 	<endpoint>-e http://localhost:80/axis/ComplexTypeAllComplexChild</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml?rev=370545&r1=370544&r2=370545&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml Thu Jan 19 08:56:26 2006
@@ -11,6 +11,9 @@
 		<request>
 			ComplexTypeAllComplexChild.request
 		</request>
+		<serverResponse>
+			ComplexTypeAllComplexChild_ServerResponse.expected
+		</serverResponse>
     </expected>
 	<endpoint>-e http://localhost:80/axis/ComplexTypeAllComplexChild</endpoint>
 	<stubAsLibrary>true</stubAsLibrary>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml?rev=370545&r1=370544&r2=370545&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml Thu Jan 19 08:56:26 2006
@@ -11,6 +11,9 @@
 		<request>
 			ComplexTypeAll.request
 		</request>
+		<serverResponse>
+			ComplexTypeAll_ServerResponse.expected
+		</serverResponse>
     </expected>
 	<endpoint>-e http://localhost:80/axis/ComplexTypeAll</endpoint>
 	<stubAsLibrary>true</stubAsLibrary>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeNillableAll.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeNillableAll.xml?rev=370545&r1=370544&r2=370545&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeNillableAll.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeNillableAll.xml Thu Jan 19 08:56:26 2006
@@ -11,6 +11,9 @@
 		<request>
 			ComplexTypeNillableAll.request
 		</request>
+		<serverReponse>
+			ComplexTypeNillableAll_ServerResponse.expected
+		</serverReponse>
     </expected>
 	<endpoint>-e http://localhost:80/axis/ComplexTypeNillableAll</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml?rev=370545&r1=370544&r2=370545&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml Thu Jan 19 08:56:26 2006
@@ -11,6 +11,9 @@
 		<request>
 			ComplexTypeOptionalAll.request
 		</request>
+		<serverResponse>
+			ComplexTypeOptionalAll_ServerResponse.expected
+		</serverResponse>
     </expected>
 	<endpoint>-e http://localhost:80/axis/ComplexTypeOptionalAll</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list?rev=370545&r1=370544&r2=370545&view=diff
==============================================================================
Binary files - no diff available.