vhardy      01/10/25 06:56:11

  Modified:    test-sources/org/apache/batik/apps/rasterizer
                        SVGConverterTest.java
  Log:
  Fixed file capitalization typo.
  
  Revision  Changes    Path
  1.2       +2 -2      
xml-batik/test-sources/org/apache/batik/apps/rasterizer/SVGConverterTest.java
  
  Index: SVGConverterTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-batik/test-sources/org/apache/batik/apps/rasterizer/SVGConverterTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SVGConverterTest.java     2001/10/25 13:38:10     1.1
  +++ SVGConverterTest.java     2001/10/25 13:56:11     1.2
  @@ -23,7 +23,7 @@
    * of source and destination sources.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Hardy</a>
  - * @version $Id: SVGConverterTest.java,v 1.1 2001/10/25 13:38:10 vhardy Exp $
  + * @version $Id: SVGConverterTest.java,v 1.2 2001/10/25 13:56:11 vhardy Exp $
    */
   public class SVGConverterTest extends DefaultTestSuite {
       public SVGConverterTest(){
  @@ -239,7 +239,7 @@
   
           t = new ConfigErrorTest(SVGConverter.ERROR_CANNOT_OPEN_SOURCE){
                   protected void configure(SVGConverter c){
  -                    c.setSourcesStrings(new String[]{ 
"test-resources/org/apache/batik/apps/rasterizer/notreadable.svg" });
  +                    c.setSourcesStrings(new String[]{ 
"test-resources/org/apache/batik/apps/rasterizer/notReadable.svg" });
                   }
   
                   public boolean proceedWithComputedTask(Transcoder transcoder,
  
  
  

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

Reply via email to