User: user57  
  Date: 01/08/26 23:02:11

  Modified:    .        build.xml
  Log:
   o changed testsuite property to test
  
  Revision  Changes    Path
  1.3       +7 -7      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2001/08/27 04:48:20     1.2
  +++ build.xml 2001/08/27 06:02:11     1.3
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.2 2001/08/27 04:48:20 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.3 2001/08/27 06:02:11 user57 Exp $ -->
   
   <project default="main">
   
  @@ -1472,10 +1472,10 @@
   
   
     <!--
  -     | Run a single testcase by specifing the test name in -Dtestcase=
  +     | Run a single testcase by specifing the test name in -Dtest=
      -->
   
  -  <target name="test" depends="jars" if="testcase"
  +  <target name="test" depends="jars" if="test"
          description="Execute a single test.">
       <mkdir dir="${build.reports}"/>
       <junit dir="${module.output}"
  @@ -1505,10 +1505,10 @@
                 fork="${junit.batchtest.fork}">
   
           <fileset dir="${build.classes}">
  -          <include name="org/jboss/test/${testcase}/test/Test*.class"/>
  -          <include name="org/jboss/test/${testcase}/test/*Test.class"/>
  -          <include name="org/jboss/test/${testcase}/test/Main.class"/>
  -          <include name="org/jboss/test/${testcase}/test/AllJUnitTests.class"/>
  +          <include name="org/jboss/test/${test}/test/Test*.class"/>
  +          <include name="org/jboss/test/${test}/test/*Test.class"/>
  +          <include name="org/jboss/test/${test}/test/Main.class"/>
  +          <include name="org/jboss/test/${test}/test/AllJUnitTests.class"/>
           </fileset>
         </batchtest>
       </junit>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to