tkormann    2002/09/06 00:14:33

  Modified:    test-resources/org/apache/batik/bridge unitTesting.xml
  Removed:     test-resources/org/apache/batik/bridge/error
                        path-missing-d.svg polygon-missing-points.svg
                        polyline-missing-points.svg
  Log:
  remove useless tests
  
  Revision  Changes    Path
  1.6       +1 -19     xml-batik/test-resources/org/apache/batik/bridge/unitTesting.xml
  
  Index: unitTesting.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-batik/test-resources/org/apache/batik/bridge/unitTesting.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- unitTesting.xml   21 Jun 2002 12:53:11 -0000      1.5
  +++ unitTesting.xml   6 Sep 2002 07:14:33 -0000       1.6
  @@ -426,12 +426,6 @@
               <property name="ExpectedErrorCode" class="java.lang.String"
                         value="attribute.malformed" />
           </test>
  -        <test id="bridge/error/path-missing-d">
  -            <property name="ExpectedExceptionClass" class="java.lang.String"
  -                      value="org.apache.batik.bridge.BridgeException" />
  -            <property name="ExpectedErrorCode" class="java.lang.String"
  -                      value="attribute.missing" />
  -        </test>
           <!-- <!> -->
           <!--
           <test id="bridge/error/pattern-empty">
  @@ -459,23 +453,11 @@
               <property name="ExpectedErrorCode" class="java.lang.String"
                         value="attribute.malformed" />
           </test>
  -        <test id="bridge/error/polygon-missing-points">
  -            <property name="ExpectedExceptionClass" class="java.lang.String"
  -                      value="org.apache.batik.bridge.BridgeException" />
  -            <property name="ExpectedErrorCode" class="java.lang.String"
  -                      value="attribute.missing" />
  -        </test>
           <test id="bridge/error/polyline-invalid-points">
               <property name="ExpectedExceptionClass" class="java.lang.String"
                         value="org.apache.batik.bridge.BridgeException" />
               <property name="ExpectedErrorCode" class="java.lang.String"
                         value="attribute.malformed" />
  -        </test>
  -        <test id="bridge/error/polyline-missing-points">
  -            <property name="ExpectedExceptionClass" class="java.lang.String"
  -                      value="org.apache.batik.bridge.BridgeException" />
  -            <property name="ExpectedErrorCode" class="java.lang.String"
  -                      value="attribute.missing" />
           </test>
           <!-- <!> According to 13.2.4, this is not an error -->
           <!-- 
  
  
  

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

Reply via email to