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 ha...@apache.org on 2005/11/23 17:51:37 UTC

svn commit: r348483 - /webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectWithAttributesTest.xml

Author: hawkeye
Date: Wed Nov 23 08:51:33 2005
New Revision: 348483

URL: http://svn.apache.org/viewcvs?rev=348483&view=rev
Log:
Created new test that tests whether we deserialise ANY objects with attributes correctly

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

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectWithAttributesTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectWithAttributesTest.xml?rev=348483&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectWithAttributesTest.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectWithAttributesTest.xml Wed Nov 23 08:51:33 2005
@@ -0,0 +1,17 @@
+<test>
+    <name>DynamicGetAnyObjectWithAttributes</name>
+    <description>Gets Any object from the response. This test verifies that attributes have spaces between them</description>
+	<dynamicCode>true</dynamicCode>
+	<dynamicCodeDirectory>DynamicGetAnyObjectWithAttributesTest</dynamicCodeDirectory>
+    <clientLang>cpp</clientLang>
+    <wsdl>CalculatorDoc.wsdl</wsdl>
+    <expected>
+        <output>
+            DynamicGetAnyObjectWithAttributes.expected
+        </output>        	
+	<serverResponse>
+			DynamicGetAnyObjectWithAttributes_ServerResponse.expected
+	</serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+</test>