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 ja...@apache.org on 2005/12/21 06:17:02 UTC

svn commit: r358211 - /webservices/axis/trunk/c/tests/auto_build/testcases/tests/

Author: jamejose
Date: Tue Dec 20 21:16:26 2005
New Revision: 358211

URL: http://svn.apache.org/viewcvs?rev=358211&view=rev
Log:
Adding Test property file for running tests in Linked Mode

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/Arrays_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ManyTypeRefRoot_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/MultiOut_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedArrays_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedComplex_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/NillableArrays_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/RecurseTypes_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray_Linked.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_int_Linked.xml

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/Arrays_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/Arrays_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/Arrays_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/Arrays_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,13 @@
+<test>
+    <name>Arrays_Linked</name>
+    <description>Test arrays</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>ArraysClient.cpp</clientCode>
+    <wsdl>Arrays.wsdl</wsdl>
+    <expected>
+        <output>Arrays.cpp.out</output>
+		<serverResponse>Arrays_ServerResponse.expected</serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/Arrays</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,15 @@
+<test>
+    <name>AxisBench_Linked</name>
+    <description>AxisBench</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>AxisBenchClient.cpp</clientCode>
+    <wsdl>AxisBench.wsdl</wsdl>
+    <expected>
+        <output>
+            AxisBench.cpp.out
+        </output>
+		<serverResponse>AxisBench_ServerResponse.expected</serverResponse>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/AxisBench</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,16 @@
+<test>
+    <name>CalculatorDoc_TTest_Linked</name>
+    <description>CalculatorDoc_TTest</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>CalculatorDoc_TTestClient.cpp</clientCode>
+    <wsdl>CalculatorDoc.wsdl</wsdl>
+    <expected>
+        <output>
+            CalculatorDoc_TTest.expected
+        </output>	
+    </expected>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<nomonitor>true</nomonitor>
+	<notrace>true</notrace>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,17 @@
+<test>
+    <name>ComplexLists_Linked</name>
+    <description>ComplexLists</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>ComplexListsClient.cpp</clientCode>
+    <wsdl>ComplexLists.wsdl</wsdl>
+    <expected>
+        <output>
+            ComplexLists.expected
+        </output>
+		<serverResponse>
+			ComplexLists_ServerResponse.expected
+		</serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/ComplexLists</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,17 @@
+<test>
+    <name>ComplexTypeAllComplexChild_Linked</name>
+    <description>ComplexTypeAllComplexChild</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>ComplexTypeAllComplexChildClient.cpp</clientCode>
+    <wsdl>ComplexTypeAllComplexChild.wsdl</wsdl>
+    <expected>
+        <output>
+            ComplexTypeAllComplexChild.cpp.out
+        </output>
+		<request>
+			ComplexTypeAllComplexChild.request
+		</request>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/ComplexTypeAllComplexChild</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,17 @@
+<test>
+    <name>ComplexTypeAll_Linked</name>
+    <description>ComplexTypeAll</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>ComplexTypeAllClient.cpp</clientCode>
+    <wsdl>ComplexTypeAll.wsdl</wsdl>
+    <expected>
+        <output>
+            ComplexTypeAll.cpp.out
+        </output>
+		<request>
+			ComplexTypeAll.request
+		</request>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/ComplexTypeAll</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,17 @@
+<test>
+    <name>InOut_Linked</name>
+    <description>InOut</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>InOutClient.cpp</clientCode>
+    <wsdl>InOut.wsdl</wsdl>
+    <expected>
+        <output>
+            InOut.expected
+        </output>
+	<serverResponse>
+	    InOut_ServerResponse.expected
+	</serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/InOut</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ManyTypeRefRoot_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ManyTypeRefRoot_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ManyTypeRefRoot_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ManyTypeRefRoot_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,15 @@
+<test>
+    <name>ManyTypeRefRoot_Linked</name>
+    <description>ManyTypeRefRoot</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>ManyTypeRefRootClient.cpp</clientCode>
+    <wsdl>ManyTypeRefRoot.wsdl</wsdl>
+    <expected>
+        <output>
+            ManyTypeRefRoot.cpp.out
+        </output>
+		<serverResponse>ManyTypeRefRoot_ServerResponse.expected</serverResponse>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/ManyTypeRefRoot</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/MultiOut_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/MultiOut_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/MultiOut_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/MultiOut_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,17 @@
+<test>
+    <name>MultiOut_Linked</name>
+    <description>MultiOut</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>MultiOutClient.cpp</clientCode>
+    <wsdl>MultiOut.wsdl</wsdl>
+    <expected>
+        <output>
+            MultiOut.expected
+        </output>
+        <serverResponse>
+		MultiOutServerResponse.expected
+        </serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/MultiOut</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedArrays_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedArrays_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedArrays_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedArrays_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,14 @@
+<test>
+    <name>NestedArrays_Linked</name>
+    <description>NestedArrays</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>NestedArraysClient.cpp</clientCode>
+    <wsdl>NestedArrays.wsdl</wsdl>
+    <expected>
+        <output>
+            NestedArrays.expected
+        </output>
+    </expected>
+	<endpoint>http://localhost:80/axis/NestedArrays</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedComplex_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedComplex_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedComplex_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/NestedComplex_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,15 @@
+<test>
+    <name>NestedComplex_Linked</name>
+    <description>NestedComplex</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>NestedComplexClient.cpp</clientCode>
+    <wsdl>NestedComplex.wsdl</wsdl>
+    <expected>
+        <output>
+            NestedComplex.expected
+        </output>
+		<serverResponse>NestedComplex_ServerResponse.expected</serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/NestedComplex</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/NillableArrays_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/NillableArrays_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/NillableArrays_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/NillableArrays_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,19 @@
+<test>
+    <name>NillableArrays_Linked</name>
+    <description>NillableArrays</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>NillableArraysClient.cpp</clientCode>
+    <wsdl>NillableArrays.wsdl</wsdl>
+    <expected>
+        <output>
+            NillableArrays.expected
+        </output>
+        <request>
+            NillableArraysRequest.out
+        </request>
+		<serverResponse>NillableArrays_ServerResponse.expected</serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/NillableArrays</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/RecurseTypes_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/RecurseTypes_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/RecurseTypes_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/RecurseTypes_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,15 @@
+<test>
+    <name>RecurseTypes_Linked</name>
+    <description>RecurseTypes</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>RecurseTypesClient.cpp</clientCode>
+    <wsdl>RecurseTypes.wsdl</wsdl>
+    <expected>
+        <output>
+            RecurseTypes.cpp.out
+        </output>
+		<serverResponse>RecurseTypes_ServerResponse.expected</serverResponse>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/RecurseTypes</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/SimpleTypeArray_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,14 @@
+<test>
+    <name>SimpleTypeArray_Linked</name>
+    <description>SimpleTypeArray</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>SimpleTypeArrayClient.cpp</clientCode>
+    <wsdl>SimpleTypeArray.wsdl</wsdl>
+    <expected>
+        <output>
+            SimpleTypeArray.cpp.out
+        </output>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/SimpleTypeArray</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_int_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_int_Linked.xml?rev=358211&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_int_Linked.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_int_Linked.xml Tue Dec 20 21:16:26 2005
@@ -0,0 +1,18 @@
+<test>
+    <name>XSD_int_Linked</name>
+    <description>Test serialization and deserialization of the XSD built-in simple type int</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>XSD_intClient.cpp</clientCode>
+    <wsdl>XSD_int.wsdl</wsdl>
+    <expected>
+        <output>
+            XSD_int.expected
+        </output>
+		<serverResponse>
+			XSD_int_ServerResponse.expected
+	    </serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/XSD_int</endpoint>
+	<stubAsLibrary>true</stubAsLibrary>
+</test>
+