vhardy      01/09/05 03:00:07

  Modified:    test-resources/org/apache/batik/test samplesRendering.xml
  Log:
  Added tests for:
  - samples/tests/symbolViewBox.svg
  - samples/tests/symbolViewBoxOverflow.svg
  - samples/tests/symbolViewBoxClip.svg
  - samples/extensions/histogramNormalization.svg
  
  Revision  Changes    Path
  1.18      +30 -1     
xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml
  
  Index: samplesRendering.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- samplesRendering.xml      2001/08/03 12:18:03     1.17
  +++ samplesRendering.xml      2001/09/05 10:00:06     1.18
  @@ -8,7 +8,7 @@
   
   <!-- ========================================================================= -->
   <!-- @author [EMAIL PROTECTED]                                         -->
  -<!-- @version $Id: samplesRendering.xml,v 1.17 2001/08/03 12:18:03 tkormann Exp $ 
-->
  +<!-- @version $Id: samplesRendering.xml,v 1.18 2001/09/05 10:00:06 vhardy Exp $ -->
   <!-- ========================================================================= -->
   <testSuite name="samples and samples/test Rendering">
       <!-- ========================================================================== 
-->
  @@ -187,6 +187,13 @@
           <property name="SaveVariation" class="java.io.File" 
value="test-references/samples/extensions/candidate-variation/star.png" />
       </test>
    
  +    <test class="org.apache.batik.test.svg.SVGRenderingAccuracyTest">
  +        <arg class="java.net.URL" 
value="file:samples/extensions/histogramNormalization.svg" />
  +        <arg class="java.net.URL" 
value="file:test-references/samples/extensions/histogramNormalization.png" />
  +        <property name="VariationURL" class="java.net.URL" 
value="file:test-references/samples/extensions/accepted-variation/histogramNormalization.png"
 />
  +        <property name="SaveVariation" class="java.io.File" 
value="test-references/samples/extensions/candidate-variation/histogramNormalization.png"
 />
  +    </test>
  + 
       <!-- ======================================================================= -->
       <!-- Samples tests files                                                     -->
       <!-- ======================================================================= -->
  @@ -566,6 +573,28 @@
           <property name="VariationURL" class="java.net.URL" 
value="file:test-references/samples/tests/accepted-variation/svg.png" />
           <property name="SaveVariation" class="java.io.File" 
value="test-references/samples/tests/candidate-variation/svg.png" />
       </test>
  +
  +    <test class="org.apache.batik.test.svg.SVGRenderingAccuracyTest">
  +        <arg class="java.net.URL" value="file:samples/tests/symbolViewBox.svg" />
  +        <arg class="java.net.URL" 
value="file:test-references/samples/tests/symbolViewBox.png" />
  +        <property name="VariationURL" class="java.net.URL" 
value="file:test-references/samples/tests/accepted-variation/symbolViewBox.png" />
  +        <property name="SaveVariation" class="java.io.File" 
value="test-references/samples/tests/candidate-variation/symbolViewBox.png" />
  +    </test>
  +
  +    <test class="org.apache.batik.test.svg.SVGRenderingAccuracyTest">
  +        <arg class="java.net.URL" 
value="file:samples/tests/symbolViewBoxOverflow.svg" />
  +        <arg class="java.net.URL" 
value="file:test-references/samples/tests/symbolViewBoxOverflow.png" />
  +        <property name="VariationURL" class="java.net.URL" 
value="file:test-references/samples/tests/accepted-variation/symbolViewBoxOverflow.png"
 />
  +        <property name="SaveVariation" class="java.io.File" 
value="test-references/samples/tests/candidate-variation/symbolViewBoxOverflow.png" />
  +    </test>
  +
  +    <test class="org.apache.batik.test.svg.SVGRenderingAccuracyTest">
  +        <arg class="java.net.URL" value="file:samples/tests/symbolViewBoxClip.svg" 
/>
  +        <arg class="java.net.URL" 
value="file:test-references/samples/tests/symbolViewBoxClip.png" />
  +        <property name="VariationURL" class="java.net.URL" 
value="file:test-references/samples/tests/accepted-variation/symbolViewBoxClip.png" />
  +        <property name="SaveVariation" class="java.io.File" 
value="test-references/samples/tests/candidate-variation/symbolViewBoxClip.png" />
  +    </test>
  +
       <test class="org.apache.batik.test.svg.SVGRenderingAccuracyTest">
           <arg class="java.net.URL" value="file:samples/tests/systemColors.svg" />
           <arg class="java.net.URL" 
value="file:test-references/samples/tests/systemColors.png" />
  
  
  

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

Reply via email to