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 di...@apache.org on 2005/03/17 12:32:20 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/tests AxisBench_TTest.xml CalculatorDoc_TTest.xml ComplexTypeAll_TTest.xml Enumeration_TTest.xml ExceptionTestDoc_TTest.xml FaultMappingDoc_TTest.xml LargeReturningString_TTest.xml ManyTypeRefRoot_TTest.xml MathOpsDoc_TTest.xml RecurseTypes_TTest.xml SimpleArrayDoc_TTest.xml SimpleRefDoc_TTest.xml SimpleTypeArray_TTest.xml SimpleTypeInnerUnboundedInOutput_TTest.xml SimpleTypeInnerUnbounded_TTest.xml XSDTime_TTest.xml

dicka       2005/03/17 03:32:20

  Modified:    c/build  executeTest.xml
               c/tests/auto_build/testcases/tests AxisBench_TTest.xml
                        CalculatorDoc_TTest.xml ComplexTypeAll_TTest.xml
                        Enumeration_TTest.xml ExceptionTestDoc_TTest.xml
                        FaultMappingDoc_TTest.xml
                        LargeReturningString_TTest.xml
                        ManyTypeRefRoot_TTest.xml MathOpsDoc_TTest.xml
                        RecurseTypes_TTest.xml SimpleArrayDoc_TTest.xml
                        SimpleRefDoc_TTest.xml SimpleTypeArray_TTest.xml
                        SimpleTypeInnerUnboundedInOutput_TTest.xml
                        SimpleTypeInnerUnbounded_TTest.xml
                        XSDTime_TTest.xml
  Log:
  Allow trace to be configured off, when running client tests within ANT test framework.  This is set either within [test].xml or globally via -Dtest.notrace=true.
  I am also setting all the threading tests to not use trace, as they produce very large trace files.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.20      +12 -0     ws-axis/c/build/executeTest.xml
  
  Index: executeTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/executeTest.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- executeTest.xml	16 Mar 2005 16:00:20 -0000	1.19
  +++ executeTest.xml	17 Mar 2005 11:32:20 -0000	1.20
  @@ -161,7 +161,19 @@
   # Channel_HTTP:          The HTTP transport channel library
   # Channel_HTTP_SSL:      The HTTP transport secure channel library
   #
  +</echo>
  +        <!-- Allow tracing to be turned off -->
  +        <if>
  +            <not>
  +                <isset property="test.notrace"/>
  +            </not>
  +            <then>    
  +                <echo file="${axiscpp.conf}" append="true">
   ClientLogPath:${test.directory}/ClientLog.taw
  +</echo>   
  +            </then>
  +        </if>   
  +        <echo file="${axiscpp.conf}" append="true">
   Transport_http:${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}
   XMLParser:${dir.libraries}/${libraryPrefix}${xmlParserLibraryName}${librarySuffix}
   Channel_HTTP:${dir.libraries}/${libraryPrefix}${HTTP.ChannelLibraryName}${librarySuffix}
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/AxisBench_TTest.xml
  
  Index: AxisBench_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/AxisBench_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AxisBench_TTest.xml	11 Mar 2005 05:01:11 -0000	1.1
  +++ AxisBench_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:9080/AxisBench/services/AxisBenchSoapImpl</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest.xml
  
  Index: CalculatorDoc_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CalculatorDoc_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ CalculatorDoc_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:80/Calculator/services/Calculator</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/ComplexTypeAll_TTest.xml
  
  Index: ComplexTypeAll_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/ComplexTypeAll_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ComplexTypeAll_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ ComplexTypeAll_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:80/ComplexTypeAll/services/Service</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/Enumeration_TTest.xml
  
  Index: Enumeration_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/Enumeration_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Enumeration_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ Enumeration_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:9080/Enumeration/services/sampleWS</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/ExceptionTestDoc_TTest.xml
  
  Index: ExceptionTestDoc_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/ExceptionTestDoc_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExceptionTestDoc_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ ExceptionTestDoc_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:80/ExceptionTest/services/MathOps</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/FaultMappingDoc_TTest.xml
  
  Index: FaultMappingDoc_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/FaultMappingDoc_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FaultMappingDoc_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ FaultMappingDoc_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:80/FaultMapping/services/MathOps</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/LargeReturningString_TTest.xml
  
  Index: LargeReturningString_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/LargeReturningString_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LargeReturningString_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ LargeReturningString_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:9080/LargeReturningString/services/LargeReturningString</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/ManyTypeRefRoot_TTest.xml
  
  Index: ManyTypeRefRoot_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/ManyTypeRefRoot_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ManyTypeRefRoot_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ ManyTypeRefRoot_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:9080/ManyTypeRefRoot/services/sampleWS</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/MathOpsDoc_TTest.xml
  
  Index: MathOpsDoc_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/MathOpsDoc_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MathOpsDoc_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ MathOpsDoc_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:80/MathOps/services/MathOps</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/RecurseTypes_TTest.xml
  
  Index: RecurseTypes_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/RecurseTypes_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RecurseTypes_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ RecurseTypes_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:9080/RecurseTypes/services/sampleWS</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/SimpleArrayDoc_TTest.xml
  
  Index: SimpleArrayDoc_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/SimpleArrayDoc_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleArrayDoc_TTest.xml	9 Mar 2005 03:28:31 -0000	1.1
  +++ SimpleArrayDoc_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:80/SimpleArray/services/arrayTest</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/SimpleRefDoc_TTest.xml
  
  Index: SimpleRefDoc_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/SimpleRefDoc_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleRefDoc_TTest.xml	11 Mar 2005 05:01:11 -0000	1.1
  +++ SimpleRefDoc_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:80/SimpleRef/services/RefTest</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/SimpleTypeArray_TTest.xml
  
  Index: SimpleTypeArray_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/SimpleTypeArray_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleTypeArray_TTest.xml	11 Mar 2005 05:01:11 -0000	1.1
  +++ SimpleTypeArray_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:9080/SimpleTypeArray/services/sampleWS</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnboundedInOutput_TTest.xml
  
  Index: SimpleTypeInnerUnboundedInOutput_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnboundedInOutput_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleTypeInnerUnboundedInOutput_TTest.xml	11 Mar 2005 05:01:11 -0000	1.1
  +++ SimpleTypeInnerUnboundedInOutput_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:9080/SimpleTypeInnerUnboundedInOutput/services/sampleWS</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnbounded_TTest.xml
  
  Index: SimpleTypeInnerUnbounded_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/SimpleTypeInnerUnbounded_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleTypeInnerUnbounded_TTest.xml	11 Mar 2005 05:01:11 -0000	1.1
  +++ SimpleTypeInnerUnbounded_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,4 +11,5 @@
       </expected>
   	<endpoint>http://localhost:9080/SimpleTypeInnerUnbounded/services/sampleWS</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/XSDTime_TTest.xml
  
  Index: XSDTime_TTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/XSDTime_TTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XSDTime_TTest.xml	11 Mar 2005 05:01:11 -0000	1.1
  +++ XSDTime_TTest.xml	17 Mar 2005 11:32:20 -0000	1.2
  @@ -11,5 +11,6 @@
       </expected>
   	<endpoint>http://localhost:80/XSDElement/services/XSDElementPort</endpoint>
   	<nomonitor>true</nomonitor>
  +	<notrace>true</notrace>
   </test>