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 du...@apache.org on 2005/10/20 06:49:44 UTC

svn commit: r326814 - /webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleChoiceNillable.xml

Author: dushshantha
Date: Wed Oct 19 21:49:35 2005
New Revision: 326814

URL: http://svn.apache.org/viewcvs?rev=326814&view=rev
Log:
Added a test case to test Simple Nillable Choice elements.

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

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleChoiceNillable.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleChoiceNillable.xml?rev=326814&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleChoiceNillable.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleChoiceNillable.xml Wed Oct 19 21:49:35 2005
@@ -0,0 +1,18 @@
+<test>
+    <name>SimpleChoiceNillable</name>
+    <description>SimpleChoiceNillable</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>SimpleChoiceNillableClient.cpp</clientCode>
+    <wsdl>SimpleChoiceNillable.wsdl</wsdl>
+    <expected>
+        <output>
+            SimpleChoiceNillable.expected
+        </output>
+	
+	<serverResponse>
+		SimpleChoiceNillable_ServerResponse.expected
+        </serverResponse>
+
+    </expected>
+	<endpoint>http://localhost:80/axis/SimpleChoiceNillable</endpoint>
+</test>
\ No newline at end of file