blob: e307ffdb8d0c38024d9ea98604cd0b8a113e8d49 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- ========================================================================= -->
<!-- @author shillion@ilog.fr -->
<!-- @version $Id$ -->
<!-- ========================================================================= -->
<testSuite id="dom.svg.unitTesting"
name="org.apache.batik.dom.svg package - Unit Testing">
<!-- ================================================================ -->
<!-- cloneNode test -->
<!-- ================================================================ -->
<test id="dom.svg.cloneNode"
class="org.apache.batik.dom.svg.CloneNodeTest" >
<arg class="java.lang.String"
value="test-resources/org/apache/batik/dom/svg/test.svg" />
<arg class="java.lang.String" value="nodeID" />
</test>
<!-- ================================================================ -->
<!-- importNode test -->
<!-- ================================================================ -->
<test id="dom.svg.importNode"
class="org.apache.batik.dom.svg.ImportNodeTest" >
<arg class="java.lang.String"
value="test-resources/org/apache/batik/dom/svg/test.svg" />
<arg class="java.lang.String" value="nodeID" />
</test>
<!-- ================================================================ -->
<!-- Self contained tests -->
<!-- ================================================================ -->
<testGroup id="dom.svg.basic" name="Basic SVG DOM Testing"
class="org.apache.batik.dom.svg.EcmaScriptSVGDOMTest">
<test id="bug30580"/>
<test id="lengthTest"/>
<test id="locatableTest"/>
<test id="presentationAttrRemovalTest"/>
</testGroup>
<!-- ================================================================ -->
<!-- Supported Public IDs test -->
<!-- ================================================================ -->
<test id="dom.svg.publicIds"
name="Checks that there are system ids for the supported public Ids"
class="org.apache.batik.dom.svg.SystemIdTest" />
</testSuite>