vhardy 01/10/05 06:12:22
Modified: test-resources/org/apache/batik/test regard.xml
Added: test-resources/org/apache/batik/dom dummyXML.xml
unitTesting.xml
Log:
Added dummy test for DOM set attribute. Sample. This needs to be modified.
Revision Changes Path
1.1 xml-batik/test-resources/org/apache/batik/dom/dummyXML.xml
Index: dummyXML.xml
===================================================================
<doc>
</doc>
1.1 xml-batik/test-resources/org/apache/batik/dom/unitTesting.xml
Index: unitTesting.xml
===================================================================
<!-- ========================================================================= -->
<!-- Copyright (C) The Apache Software Foundation. All rights reserved. -->
<!-- -->
<!-- This software is published under the terms of the Apache Software License -->
<!-- version 1.1, a copy of which has been included with this distribution in -->
<!-- the LICENSE file. -->
<!-- ========================================================================= -->
<!-- ========================================================================= -->
<!-- @author [EMAIL PROTECTED] -->
<!-- @author [EMAIL PROTECTED] -->
<!-- @version $Id: unitTesting.xml,v 1.1 2001/10/05 13:12:22 vhardy Exp $ -->
<!-- ========================================================================= -->
<testSuite id="dom.unitTesting" name="org.apache.batik.dom package - Unit Testing">
<!-- ==========================================================================
-->
<!-- setAttribute test
-->
<!-- ==========================================================================
-->
<test id="setAttribute" class="org.apache.batik.dom.SetAttributeTest" >
<arg class="java.lang.String"
value="test-resources/org/apache/batik/dom/dummyXML.xml" />
<arg class="java.lang.String" value="doc" />
<arg class="java.lang.String" value="root" />
<arg class="java.lang.String" value="targetAttribute" />
<arg class="java.lang.String" value="targetValue" />
<property name="ParserClassName" class="java.lang.String"
value="org.apache.crimson.parser.XMLReaderImpl" />
</test>
</testSuite>
1.11 +2 -1 xml-batik/test-resources/org/apache/batik/test/regard.xml
Index: regard.xml
===================================================================
RCS file: /home/cvs/xml-batik/test-resources/org/apache/batik/test/regard.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- regard.xml 2001/10/04 08:25:37 1.10
+++ regard.xml 2001/10/05 13:12:22 1.11
@@ -11,7 +11,7 @@
<!-- regression testing. -->
<!-- -->
<!-- @author [EMAIL PROTECTED] -->
-<!-- @version $Id: regard.xml,v 1.10 2001/10/04 08:25:37 vhardy Exp $ -->
+<!-- @version $Id: regard.xml,v 1.11 2001/10/05 13:12:22 vhardy Exp $ -->
<!-- ========================================================================= -->
<testRun id="regard" name="Batik Standard Regression Test Run">
<testReportProcessor class="org.apache.batik.test.xml.XMLTestReportProcessor" >
@@ -54,5 +54,6 @@
<testSuite href="file:test-resources/org/apache/batik/test/unitTesting.xml" />
<testSuite
href="file:test-resources/org/apache/batik/ext/awt/image/codec/unitTesting.xml" />
<testSuite href="file:test-resources/org/apache/batik/util/unitTesting.xml" />
+ <testSuite href="file:test-resources/org/apache/batik/dom/unitTesting.xml" />
</testRun>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]