You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jt...@apache.org on 2002/02/16 23:30:16 UTC

cvs commit: jakarta-turbine-stratum build-test.xml

jtaylor     02/02/16 14:30:16

  Modified:    .        build-test.xml
  Log:
  More restrictive unit test matching, should eliminate inclusion of files
  generated by RMI as tests.
  
  Revision  Changes    Path
  1.8       +1 -6      jakarta-turbine-stratum/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/build-test.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build-test.xml	16 Feb 2002 19:23:34 -0000	1.7
  +++ build-test.xml	16 Feb 2002 22:30:16 -0000	1.8
  @@ -61,14 +61,9 @@
         <classpath refid="classpath"/>
         <batchtest todir="${test.reportsDirectory}">
           <fileset dir="${build.dest}">
  -          <include name="**/*Test*.class"/>
  +          <include name="**/Test*.class"/>
             <!-- None of these are JUnit tests -->
             <exclude name="org/apache/stratum/jcs/access/TestCacheAccess.class"/>
  -          <exclude name="org/apache/stratum/jcs/engine/control/CompositeCacheManagerTester.class"/>
  -          <exclude name="org/apache/stratum/jcs/engine/control/CompositeCacheManagerTester.class"/>
  -          <exclude name="org/apache/stratum/jcs/auxiliary/remote/RemoteCacheClientTest.class"/>
  -          <exclude name="org/apache/stratum/jcs/auxiliary/lateral/http/broadcast/LateralCacheTester.class"/>
  -          <exclude name="org/apache/stratum/jcs/test/servlet/ListTestCacheServlet.class"/>
           </fileset>
         </batchtest>
       </junit>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>