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/12/15 18:38:25 UTC

svn commit: r357048 - in /webservices/axis/trunk/c/tests/auto_build/testcases: output/Calculator_ServerResponse.expected tests/Calculator.xml unitTest.list

Author: hawkeye
Date: Thu Dec 15 09:38:05 2005
New Revision: 357048

URL: http://svn.apache.org/viewcvs?rev=357048&view=rev
Log:
Added the calculator sample to the unit tests.

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/Calculator_ServerResponse.expected
Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/Calculator_ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/Calculator_ServerResponse.expected?rev=357048&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/Calculator_ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/Calculator_ServerResponse.expected Thu Dec 15 09:38:05 2005
@@ -0,0 +1,11 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+1ad
+<?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><addResponse xmlns="http://localhost/axis/Calculator"><addReturn>5</addReturn></addResponse></soapenv:Body></soapenv:Envelope>
+0
+

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml?rev=357048&r1=357047&r2=357048&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml Thu Dec 15 09:38:05 2005
@@ -8,6 +8,9 @@
         <output>
             Calculator.cpp.out
         </output>
+		<serverResponse>
+			Calculator_ServerResponse.expected
+		</serverResponse>
     </expected>
 	<endpoint>http://localhost:80/axis/Calculator</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list?rev=357048&r1=357047&r2=357048&view=diff
==============================================================================
Binary files - no diff available.