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 pr...@apache.org on 2005/11/24 13:03:50 UTC

svn commit: r348719 - /webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected

Author: prestonf
Date: Thu Nov 24 04:03:41 2005
New Revision: 348719

URL: http://svn.apache.org/viewcvs?rev=348719&view=rev
Log:
Expected was missing the </RequiredAttributeElement> tag.

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected?rev=348719&r1=348718&r2=348719&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected Thu Nov 24 04:03:41 2005
@@ -1,2 +1,5 @@
-<asRequiredAttributeResponse><RequiredAttributeElement xmlns="http://complextype.test.apache.org" requiredAttribute="true" anotherAttribute="false"></asRequiredAttributeResponse>
-----------------------------TEST COMPLETE------------------------------------
\ No newline at end of file
+<asRequiredAttributeResponse>
+<RequiredAttributeElement xmlns="http://complextype.test.apache.org" requiredAttribute="true" anotherAttribute="false">
+</RequiredAttributeElement>
+</asRequiredAttributeResponse>
+----------------------------TEST COMPLETE------------------------------------