[prev in list] [next in list] [prev in thread] [next in thread] 

List:       turbine-torque-dev
Subject:    cvs commit: jakarta-turbine-torque/src/rttest build-test.xml
From:       mpoeschl () apache ! org
Date:       2002-09-28 17:01:20
[Download RAW message or body]

mpoeschl    2002/09/28 10:01:20

  Modified:    src/rttest build-test.xml
  Log:
  TorqueRunner is replaced by junit tests
  
  Revision  Changes    Path
  1.2       +16 -5     jakarta-turbine-torque/src/rttest/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/src/rttest/build-test.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-test.xml	9 Aug 2002 09:16:01 -0000	1.1
  +++ build-test.xml	28 Sep 2002 17:01:20 -0000	1.2
  @@ -197,11 +197,22 @@
         ${torque.testDatabaseJar}
       </echo>
   
  -    <java
  -      classname="org.apache.torque.test.TorqueRunner">
  -      <arg value="${basedir}/Torque.properties"/>
  -      <classpath refid="classpath"/>
  -    </java>
  +    <!-- Runs the actual rttest tests -->
  +    <junit printsummary="no" haltonfailure="yes">
  +      <classpath>
  +        <pathelement location="${build.dest}"/>
  +        <path refid="classpath"/>
  +      </classpath>
  +
  +      <formatter type="plain" usefile="false"/>
  +
  +      <batchtest>
  +        <fileset dir="${build.dest}">
  +          <include name="**/*Test*.class"/>
  +          <exclude name="**/BaseTestCase.class"/>
  +        </fileset>
  +      </batchtest>
  +    </junit>
     </target>
   
     <!-- ============================================================== -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:turbine-torque-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-dev-help@jakarta.apache.org>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic