You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ce...@apache.org on 2004/04/21 11:59:26 UTC

cvs commit: logging-log4j/tests build.xml

ceki        2004/04/21 02:59:26

  Modified:    tests    build.xml
  Log:
  Added SchedulerTest to the list of tests
  
  Revision  Changes    Path
  1.49      +10 -0     logging-log4j/tests/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml	31 Mar 2004 19:02:14 -0000	1.48
  +++ build.xml	21 Apr 2004 09:59:26 -0000	1.49
  @@ -115,6 +115,7 @@
                                        XMLLayout, AsyncAppender, ErrorHandler,
                                        OptionConverter, BoundedFIFO, 
                                        Joran,  
  +                                     Scheduler, 
                                        ThrowableInformation,
                                        LocationInfo,
                                        CyclicBuffer, OR, VariaLevelMatchFilter, 
  @@ -460,6 +461,15 @@
         <test name="org.apache.joran.InterpreterTest" />
       </junit>
     </target>
  +  
  +  <target name="Scheduler" depends="build, cleanOutputDir">
  +    <junit printsummary="yes" fork="yes" haltonfailure="yes">
  +      <classpath refid="tests.classpath"/>
  +      <formatter type="plain" usefile="false" />
  +      <test name="org.apache.log4j.scheduler.SchedulerTest" />
  +    </junit>
  +  </target>
  +  
     
     <target name="ThrowableInformation" depends="build, cleanOutputDir">
       <junit printsummary="yes" fork="yes" haltonfailure="yes">
  
  
  

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