You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/05/01 16:00:41 UTC

cvs commit: jakarta-commons/collections build.xml

scolebourne    2004/05/01 07:00:41

  Modified:    collections build.xml
  Log:
  Get extra log information back when test fails
  
  Revision  Changes    Path
  1.63      +4 -1      jakarta-commons/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- build.xml	10 Apr 2004 22:20:06 -0000	1.62
  +++ build.xml	1 May 2004 14:00:41 -0000	1.63
  @@ -182,14 +182,16 @@
   
         <batchtest fork="yes">
           <fileset dir="${source.test}">
  -          <include name="**/map/TestT*.java"/>
  +          <include name="**/Test*.java"/>
             <exclude name="**/TestAll*.java"/>
  +          <exclude name="**/TestAbstract*"/>
             <exclude name="**/TestArrayList.java"/>
             <exclude name="**/TestLinkedList.java"/>
             <exclude name="**/TestHashMap.java"/>
             <exclude name="**/TestTreeMap.java"/>
             <exclude name="**/TestTypedCollection.java"/>
           </fileset>
  +        <formatter type="brief" usefile="false" />
         </batchtest>
       </junit>
     </target>
  @@ -210,6 +212,7 @@
           <fileset dir="${source.test}">
             <include name="**/TestAllPackages.java"/>
           </fileset>
  +        <formatter type="brief" usefile="false" />
         </batchtest>
       </junit>
     </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org