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 2003/05/17 16:33:22 UTC

cvs commit: jakarta-log4j/tests build.xml

ceki        2003/05/17 07:33:22

  Modified:    tests    build.xml
  Log:
  
  updated the build file to reflect actual file names
  
  Revision  Changes    Path
  1.28      +10 -2     jakarta-log4j/tests/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/tests/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	16 May 2003 11:36:20 -0000	1.27
  +++ build.xml	17 May 2003 14:33:22 -0000	1.28
  @@ -371,11 +371,19 @@
       </junit>
     </target>
   
  -  <target name="FileNamePatternParser" depends="build, cleanOutputDir">
  +  <target name="FileNamePattern" depends="build, cleanOutputDir">
       <junit printsummary="yes" fork="yes" haltonfailure="yes">
         <classpath refid="tests.classpath"/>
         <formatter type="plain" usefile="false"/>
  -      <test name="org.apache.log4j.rolling.helpers.FileNamePatternParserTestCase" />
  +      <test name="org.apache.log4j.rolling.helpers.FileNamePatternTestCase" />
  +    </junit>
  +  </target>
  +  
  +    <target name="SizedBasedRolling" depends="build, cleanOutputDir">
  +    <junit printsummary="yes" fork="yes" haltonfailure="yes">
  +      <classpath refid="tests.classpath"/>
  +      <formatter type="plain" usefile="false"/>
  +      <test name="org.apache.log4j.rolling.SizedBasedRollingTestCase" />
       </junit>
     </target>
   
  
  
  

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