tkormann 01/10/12 08:59:15
Modified: test-resources/org/apache/batik/test samplesRendering.xml
Log:
Add the useStylingURI test to the testsuite
Revision Changes Path
1.34 +8 -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.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- samplesRendering.xml 2001/10/12 09:01:55 1.33
+++ samplesRendering.xml 2001/10/12 15:59:15 1.34
@@ -8,7 +8,7 @@
<!-- ========================================================================= -->
<!-- @author [EMAIL PROTECTED] -->
-<!-- @version $Id: samplesRendering.xml,v 1.33 2001/10/12 09:01:55 tkormann Exp $
-->
+<!-- @version $Id: samplesRendering.xml,v 1.34 2001/10/12 15:59:15 tkormann Exp $
-->
<!-- ========================================================================= -->
<testSuite id="samplesRendering" name="samples and samples/test Rendering">
<!-- ==========================================================================
-->
@@ -202,6 +202,13 @@
<arg class="java.lang.String"
value="test-references/samples/tests/batikFont.png" />
<property name="VariationURL" class="java.lang.String"
value="test-references/samples/tests/accepted-variation/batikFont.png" />
<property name="SaveVariation" class="java.io.File"
value="test-references/samples/tests/candidate-variation/batikFont.png" />
+ </test>
+
+ <test id="samples/tests/useStylingURI.svg"
class="org.apache.batik.test.svg.SVGRenderingAccuracyTest">
+ <arg class="java.lang.String" value="samples/tests/useStylingURI.svg" />
+ <arg class="java.lang.String"
value="test-references/samples/tests/useStylingURI.png" />
+ <property name="VariationURL" class="java.lang.String"
value="test-references/samples/tests/accepted-variation/useStylingURI.png" />
+ <property name="SaveVariation" class="java.io.File"
value="test-references/samples/tests/candidate-variation/useStylingURI.png" />
</test>
<test id="samples/tests/bboxOnText.svg"
class="org.apache.batik.test.svg.SVGRenderingAccuracyTest">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]