ceki        2004/11/09 10:33:52

  Modified:    tests    build.xml
  Log:
  Added a new MessageFormatter test
  
  Revision  Changes    Path
  1.65      +11 -1     logging-log4j/tests/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/build.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- build.xml 17 Oct 2004 23:24:13 -0000      1.64
  +++ build.xml 9 Nov 2004 18:33:52 -0000       1.65
  @@ -132,7 +132,8 @@
                                        Rolling, 
                                        ReaderWriterLock,
                                        NDC,
  -                                     Plugins"/>
  +                                     Plugins,
  +                                                                      
MessageFormatter"/>
   
   
   
  @@ -543,6 +544,15 @@
       </junit>
     </target>
     
  +  <target name="MessageFormatter" depends="build, cleanOutputDir">
  +     <junit printsummary="yes" fork="yes" haltonfailure="yes">
  +       <classpath refid="tests.classpath"/>
  +       <formatter type="plain" usefile="false"/>
  +       <test name="org.apache.log4j.helpers.MessageFormatterTest" />
  +    </junit>
  +  </target>
  +       
  +     
     
     <!-- ================================================================= -->
     <!-- ========================= DB Tests ======================= -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to