ceki        2004/11/23 10:50:50

  Modified:    tests    build.xml
  Log:
  Prefer singular 'helper' to plural 'helpers'
  
  Revision  Changes    Path
  1.66      +2 -2      logging-log4j/tests/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/build.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build.xml 9 Nov 2004 18:33:52 -0000       1.65
  +++ build.xml 23 Nov 2004 18:50:50 -0000      1.66
  @@ -429,7 +429,7 @@
       <junit printsummary="yes" fork="yes" haltonfailure="yes">
         <classpath refid="tests.classpath"/>
         <formatter type="plain" usefile="false"/>
  -      <test name="org.apache.log4j.rolling.helpers.FileNamePatternTestCase" 
/>
  +      <test name="org.apache.log4j.rolling.helper.FileNamePatternTestCase" />
       </junit>
     </target>
     
  @@ -469,7 +469,7 @@
       <junit printsummary="yes" fork="yes" haltonfailure="yes">
         <classpath refid="tests.classpath"/>
         <formatter type="plain" usefile="false"/>
  -      <test name="org.apache.log4j.rolling.helpers.CompressTestCase" />
  +      <test name="org.apache.log4j.rolling.helper.CompressTestCase" />
       </junit>
     </target>
   
  
  
  

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

Reply via email to