You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by cm...@apache.org on 2005/11/16 06:49:12 UTC

svn commit: r344903 - in /webservices/axis/trunk/c/tests/auto_build/testcases/tests: ComplexTypeChoice2.xml ComplexTypeNillableAll.xml

Author: cmanohar
Date: Tue Nov 15 21:49:02 2005
New Revision: 344903

URL: http://svn.apache.org/viewcvs?rev=344903&view=rev
Log:
Adding for ComplexTypeChoice2 and ComplexTypeNillableAll tests

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeChoice2.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeNillableAll.xml

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeChoice2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeChoice2.xml?rev=344903&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeChoice2.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeChoice2.xml Tue Nov 15 21:49:02 2005
@@ -0,0 +1,16 @@
+<test>
+    <name>ComplexTypeChoice2</name>
+    <description>ComplexTypeChoice2</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>ComplexTypeChoice2Client.cpp</clientCode>
+    <wsdl>ComplexTypeChoice2.wsdl</wsdl>
+    <expected>
+        <output>
+            ComplexTypeChoice2.cpp.out
+        </output>
+		<request>
+			ComplexTypeChoice2.request
+		</request>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/ComplexTypeChoice2</endpoint>
+</test>

Added: 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=344903&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeNillableAll.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeNillableAll.xml Tue Nov 15 21:49:02 2005
@@ -0,0 +1,16 @@
+<test>
+    <name>ComplexTypeAll1</name>
+    <description>ComplexTypeAll1</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>ComplexTypeAll1sClient.cpp</clientCode>
+    <wsdl>ComplexTypeAll1.wsdl</wsdl>
+    <expected>
+        <output>
+            ComplexTypeAll1.cpp.out
+        </output>
+		<request>
+			ComplexTypeAll1.request
+		</request>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/ComplexTypeAll1</endpoint>
+</test>