tkormann 01/10/30 06:39:56 Modified: test-resources/org/apache/batik/gvt/resources TestMessages.properties Log: back to original Revision Changes Path 1.3 +32 -5 xml-batik/test-resources/org/apache/batik/gvt/resources/TestMessages.properties Index: TestMessages.properties =================================================================== RCS file: /home/cvs/xml-batik/test-resources/org/apache/batik/gvt/resources/TestMessages.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- TestMessages.properties 2001/10/30 14:16:37 1.2 +++ TestMessages.properties 2001/10/30 14:39:56 1.3 @@ -7,13 +7,40 @@ ############################################################################# # -# Error Message values for ImageTranscoder Tests +# Error Message values for Text Selection Tests # +TextSelectionTest.error.reading.svg =\ +Error while read SVG file: \n\ +SVG URL: "{0}" \n\ +Got stack trace {1} -AbstractImageTranscoderTest.error.image.differ = -XXXXXXXXXXXXXXX +TextSelectionTest.error.bad.id =\ +Given ID doesn''t reference an element:\n\ +ID: "{0}" -AbstractImageTranscoderTest.error.transcoder.exception = -XXXXXXXXXXXXXXXX +TextSelectionTest.error.id.not.text =\ +Given ID doesn''t reference a text element:\n\ +ID: "{0}"\n\ +Element: {1} +TextSelectionTest.error.getting.selection =\ +Error while getting text selection: \n\ +ID:"{0}" ({1}->{2}) \n\ +Stack Trace {3} +TextSelectionTest.error.cannot.read.ref.url =\ +Error while reading reference file: \n\ +URL: "{0}" \n\ +Stack Trace {1} + +TextSelectionTest.error.wrong.result =\ +Error result doesn''t match, starting at byte: {0} + +TextSelectionTest.error.no.reference =\ +Reference file doesn''t exist: {0} + +# +# Entry Keys +# +TextSelectionTest.entry.key.error.description = \ +Error Description.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]