tkormann 02/03/07 02:47:49
Modified: resources/org/apache/batik/bridge/resources
Messages.properties
test-resources/org/apache/batik/test regard.xml
Log:
add a missing key
remove the unitTesting for the upcoming new CSS engine
Revision Changes Path
1.7 +4 -0
xml-batik/resources/org/apache/batik/bridge/resources/Messages.properties
Index: Messages.properties
===================================================================
RCS file:
/home/cvs/xml-batik/resources/org/apache/batik/bridge/resources/Messages.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Messages.properties 19 Sep 2001 12:11:49 -0000 1.6
+++ Messages.properties 7 Mar 2002 10:47:49 -0000 1.7
@@ -34,6 +34,10 @@
{0}:{1}\n\
The URI ''{3}'' specified on the element <{2}> is invalid
+uri.badTarget = \
+{0}\n\
+Can't find a referenced element - may be a problem of 'id'
+
uri.io = \
{0}:{1}\n\
An I/O error occured while processing the URI ''{3}'' specified on the \
1.21 +3 -2 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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- regard.xml 7 Mar 2002 09:02:57 -0000 1.20
+++ regard.xml 7 Mar 2002 10:47:49 -0000 1.21
@@ -11,7 +11,7 @@
<!-- regression testing. -->
<!-- -->
<!-- @author [EMAIL PROTECTED] -->
-<!-- @version $Id: regard.xml,v 1.20 2002/03/07 09:02:57 tkormann Exp $ -->
+<!-- @version $Id: regard.xml,v 1.21 2002/03/07 10:47:49 tkormann Exp $ -->
<!-- ========================================================================= -->
<testRun id="regard" name="Batik Standard Regression Test Run">
<testReportProcessor class="org.apache.batik.test.xml.XMLTestReportProcessor" >
@@ -58,7 +58,8 @@
<testSuite href="file:test-resources/org/apache/batik/gvt/unitTesting.xml" />
<testSuite href="file:test-resources/org/apache/batik/parser/unitTesting.xml"
/>
<testSuite
href="file:test-resources/org/apache/batik/transcoder/image/unitTesting.xml" />
-
+<!--
<testSuite
href="file:test-resources/org/apache/batik/css/engine/value/unitTesting.xml" />
+-->
</testRun>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]