You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/11/15 14:43:09 UTC

cvs commit: xml-batik/test-resources/org/apache/batik/test beSuite.xml

vhardy      01/11/15 05:43:09

  Modified:    test-resources/org/apache/batik/test beSuite.xml
  Log:
  Removed validation from BE tests which use other namespaces than xlink and SVG.
  
  Revision  Changes    Path
  1.12      +7 -3      xml-batik/test-resources/org/apache/batik/test/beSuite.xml
  
  Index: beSuite.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/test-resources/org/apache/batik/test/beSuite.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- beSuite.xml	2001/10/16 15:47:44	1.11
  +++ beSuite.xml	2001/11/15 13:43:09	1.12
  @@ -8,7 +8,7 @@
   
   <!-- ========================================================================= -->
   <!-- @author vincent.hardy@eng.sun.com                                         -->
  -<!-- @version $Id: beSuite.xml,v 1.11 2001/10/16 15:47:44 vhardy Exp $ -->
  +<!-- @version $Id: beSuite.xml,v 1.12 2001/11/15 13:43:09 vhardy Exp $ -->
   <!-- ========================================================================= -->
   <testSuite id="beSuite" name="SVG Basic Effectivity Test Suite" class="org.apache.batik.test.svg.BERenderingTest">
   
  @@ -241,14 +241,18 @@
       <!-- Metadata                                                            -->
       <!-- =================================================================== -->
       <testGroup id="metadata">
  -        <test id="metadata-sample-BE-01.svg" />
  +        <test id="metadata-sample-BE-01.svg" >
  +            <property name="Validating" class="java.lang.Boolean" value="false" />
  +        </test>
       </testGroup>
   
       <!-- =================================================================== -->
       <!-- Multiple namespaces                                                 -->
       <!-- =================================================================== -->
       <testGroup id="extend">
  -        <test id="extend-multiNS-BE-01.svg" />
  +        <test id="extend-multiNS-BE-01.svg" >
  +            <property name="Validating" class="java.lang.Boolean" value="false" />
  +        </test>
       </testGroup>
   
       <!-- =================================================================== -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org