You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/02/22 04:10:02 UTC

svn commit: r154772 - incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml

Author: ekoneil
Date: Mon Feb 21 19:10:01 2005
New Revision: 154772

URL: http://svn.apache.org/viewcvs?view=rev&rev=154772
Log:
Fix for JIRA 156.

 testRecorderCore.xml 'playback.tests' target deletes junit tests result data after create html report

This change stops deleting the TEST-*.xml files from the build/testRecorder/junit/<suite>/ directory and helps when aggregating results across multiple test suites.

BB: self
DRT: NetUI pass


Modified:
    incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml

Modified: incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml?view=diff&r1=154771&r2=154772
==============================================================================
--- incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml (original)
+++ incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml Mon Feb 21 19:10:01 2005
@@ -268,12 +268,6 @@
             <param name="report.dir" location="${_report.dir}"/>
         </antcall>
 
-        <delete>
-            <fileset dir="${_report.dir}">
-                <include name="TEST-*.xml"/>
-            </fileset>
-        </delete>
-
         <!-- Determine if the tests have an error or failure -->
         <condition property="drt.errors.found">
             <or>