org.apache.batik.test.interactiveSamples.xml Maven / Gradle / Ivy
<!-- 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 [email protected] --> <!-- @version $Id: interactiveSamples.xml 1733420 2016-03-03 07:41:59Z gadams $ --> <!-- ========================================================================= --> <testSuite id="samplesRendering" name="samples and samples/test Rendering" class="org.apache.batik.test.svg.SamplesRenderingTest"> <!-- ======================================================================= --> <!-- Samples tests files --> <!-- ======================================================================= --> <testGroup id="tests.spec.interactivity" name="Interactivity Tests" class="org.apache.batik.test.svg.JSVGRenderingAccuracyTest"> <test id="samples/tests/spec/interactivity/cursor.svg" /> <test id="samples/tests/spec/interactivity/focus.svg" /> <test id="samples/tests/spec/interactivity/keyEvents.svg" > <property name="Validating" class="java.lang.Boolean" value="false" /> </test> <test id="samples/tests/spec/interactivity/pointerEvents.svg" /> </testGroup> <testGroup id="tests.spec.scripting" name="Interactive Scripting Tests" class="org.apache.batik.test.svg.JSVGRenderingAccuracyTest"> <test id="samples/tests/spec/scripting/addDescOnClick.svg" /> <test id="samples/tests/spec/scripting/bug12933.svg" /> <test id="samples/tests/spec/scripting/filterPatternUpdate.svg" /> <test id="samples/tests/spec/scripting/forceRedraw.svg" /> <test id="samples/tests/spec/scripting/gradientsUpdate.svg" /> <test id="samples/tests/spec/scripting/imageUpdate.svg" /> <test id="samples/tests/spec/scripting/javaBinding.svg" /> <test id="samples/tests/spec/scripting/maskClipUpdate.svg" /> <!-- <test id="samples/tests/spec/scripting/removeLast.svg" /> --> <test id="samples/tests/spec/scripting/security3.svg" /> <test id="samples/tests/spec/scripting/suspendRedraw.svg" /> <test id="samples/tests/spec/scripting/svg.svg" /> <test id="samples/tests/spec/scripting/svg2.svg" /> <test id="samples/tests/spec/scripting/textSelection.svg" /> <test id="samples/tests/spec/scripting/use.svg" /> </testGroup> </testSuite>