tkormann 2002/06/10 07:52:53
Modified: test-resources/org/apache/batik/test samplesRendering.xml
Log:
add the 4 tests to regard.
I don't commit any reference images so that we know that those tests
have to be checked manually regularly
For some reasons, filterPatternUpdate.svg generates an error (at least
xerces complains that the document is not valid, but it is - I
think). So, we might need the validate="false" available in regard.
Revision Changes Path
1.75 +5 -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.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- samplesRendering.xml 29 May 2002 18:53:05 -0000 1.74
+++ samplesRendering.xml 10 Jun 2002 14:52:52 -0000 1.75
@@ -8,7 +8,7 @@
<!-- ========================================================================= -->
<!-- @author [EMAIL PROTECTED] -->
-<!-- @version $Id: samplesRendering.xml,v 1.74 2002/05/29 18:53:05 deweese Exp $ -->
+<!-- @version $Id: samplesRendering.xml,v 1.75 2002/06/10 14:52:52 tkormann Exp $
-->
<!-- ========================================================================= -->
<testSuite id="samplesRendering" name="samples and samples/test Rendering"
class="org.apache.batik.test.svg.SamplesRenderingTest">
@@ -307,6 +307,10 @@
<test id="samples/tests/spec/scripting/image.svg" />
<test id="samples/tests/spec/scripting/imageraster.svg" />
<test id="samples/tests/spec/scripting/imagesvg.svg" />
+ <test id="samples/tests/spec/scripting/gradientsUpdate.svg" />
+ <test id="samples/tests/spec/scripting/maskClipUpdate.svg" />
+ <test id="samples/tests/spec/scripting/markerUpdate.svg" />
+ <test id="samples/tests/spec/scripting/filterPatternUpdate.svg" />
</testGroup>
</testSuite>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]