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 ha...@apache.org on 2005/11/23 22:40:55 UTC

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

Author: hawkeye
Date: Wed Nov 23 13:40:49 2005
New Revision: 348570

URL: http://svn.apache.org/viewcvs?rev=348570&view=rev
Log:
Expected response and server_response were not correct. Fixed !

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes.expected
    webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes_ServerResponse.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=348570&r1=348569&r2=348570&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 Wed Nov 23 13:40:49 2005
@@ -1,2 +1,2 @@
-<RequiredAttributeElement xmlns="http://complextype.test.apache.org" requiredAttribute="true" anotherAttribute="false"></asRequiredAttributeResponse></soapenv:Body>
+<asRequiredAttributeResponse><RequiredAttributeElement xmlns="http://complextype.test.apache.org" requiredAttribute="true" anotherAttribute="false"></asRequiredAttributeResponse>
 ----------------------------TEST COMPLETE------------------------------------

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes_ServerResponse.expected?rev=348570&r1=348569&r2=348570&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes_ServerResponse.expected (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/DynamicGetAnyObjectWithAttributes_ServerResponse.expected Wed Nov 23 13:40:49 2005
@@ -6,6 +6,12 @@
 
 ###
 <?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><asRequiredAttributeResponse xmlns="http://xsd_boolean.test.apache.org"><RequiredAttributeElement xmlns="http://complextype.test.apache.org" requiredAttribute="true" anotherAttribute="false"/></asRequiredAttributeResponse></soapenv:Body></soapenv:Envelope>
+<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>
+<asRequiredAttributeResponse xmlns="http://xsd_boolean.test.apache.org">
+<RequiredAttributeElement xmlns="http://complextype.test.apache.org" requiredAttribute="true" anotherAttribute="false">
+</RequiredAttributeElement>
+</asRequiredAttributeResponse>
+</soapenv:Body>
+</soapenv:Envelope>
 0