You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/04/11 00:04:59 UTC

cvs commit: xml-batik/test-resources/org/apache/batik/test/xml/resources Messages.properties

vhardy      01/04/10 15:04:58

  Added:       test-resources/org/apache/batik/test/resources
                        Messages.properties
               test-resources/org/apache/batik/test/svg/resources
                        Configuration.properties Messages.properties
               test-resources/org/apache/batik/test/xml/resources
                        Messages.properties
  Log:
  Initial commit of test resource files.
  
  Revision  Changes    Path
  1.1                  xml-batik/test-resources/org/apache/batik/test/resources/Messages.properties
  
  Index: Messages.properties
  ===================================================================
  #############################################################################
  # 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.                                                         #
  #############################################################################
  
  #
  # Keys in the generated TestReport Entries
  #
  TestReport.entry.key.error.description = \
  Error description
  
  DefaultTestSuiteReport.entry.key.failed.child.test.report = \
  Child Report
  
  TestReport.entry.key.test.failure.exception.class = \
  Internal test exception class
  
  TestReport.entry.key.test.failure.exception.message = \
  Internal test exception message
  
  TestReport.entry.key.test.failure.exception.stack.trace = \
  Internal test exception stack trace
  
  TestReportValidator.entry.key.expected.error.code = \
  Expected error code
  
  TestReportValidator.entry.key.expected.status = \
  Expected tests status
  
  TestReportValidator.entry.key.received.error.code = \
  Received error code
  
  TestReportValidator.entry.key.received.status = \
  Received status
  
  #
  # Error codes for TestReportProcessor
  #
  TestReportProcessor.error.code.internal.error = \
  TestReportProcessor internal error \
  Got exception of class : {0} with messages {1} \
  and stack trace : {2}
  
  #
  # XMLTestSuiteRunner error codes
  #
  xml.XMLTestSuiteRunner.error.cannot.create.test = \
  Cannot build Test instance of class : {0}. \
  Got exception of class : {1} with messages {2} \
  and stack trace : {3}
  
  xml.XMLTestSuiteRunner.error.cannot.create.test.report.processor = \
  Cannot build TestReportProcessor instance of class : {0}. \
  Got exception of class : {1} with messages {2} \
  and stack trace : {3}
  
  xml.XMLTestSuiteRunner.error.test.suite.exception = \
  Got exception while running test suite {0} \
  of class : {1}
  Got exception of class : {2} with messages {3} \
  and stack trace : {4}
  
  xml.XMLTestSuiteRunner.error.test.report.processing.exception = \
  Got exception while running test report processor of \
  class {0}. \
  Got exception of class : {1} with messages {2} \
  and stack trace : {3}
  
  #
  # Regular messages
  #
  SimpleTestReportProcessor.messages.test.suite.status = \
  Test suite : {0} \
  Status     : {1}
  
  SimpleTestReportProcessor.messages.test.suite.status.testPassed = \
  Test passed
  
  SimpleTestReportProcessor.messages.test.suite.status.testFailed = \
  Test failed
  
  SimpleTestReportProcessor.messages.test.suite.error.code = \
  Error code : {0}
  
  SimpleTestRunner.messages.usage = \
  USAGE : build runtest -Dargs="[testClassName]"
  
  SimpleTestRunner.messages.error.class.not.found = \
  Class not found : {0}. \
  Got exception : {1} with message {2}
  
  SimpleTestRunner.messages.error.class.cast = \
  Class {0} is not a Test extension. \
  Got exception : {1} with message {2}
  
  SimpleTestRunner.messages.error.instantiation = \
  Exception while instantiating : {0} \
  Got exception : {1} with message {2}
  
  SimpleTestRunner.messages.error.illegal.access = \
  Cannot access default constructor for {0}. Check that the class is public and that
  its default, no argument constructor is public. \
  Got exception : {1} with message {2}
  
  TestReportMailer.messages.email.report.subject = \
  Test Report for : {0}
  
  
  
  
  
  
  1.1                  xml-batik/test-resources/org/apache/batik/test/svg/resources/Configuration.properties
  
  Index: Configuration.properties
  ===================================================================
  #############################################################################
  # 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.                                                         #
  #############################################################################
  
  # The XML parser class name.
  
  org.xml.sax.driver = org.apache.crimson.parser.XMLReaderImpl
  
  # Prefix for temp files
  temp.file.prefix = SVGRenderingAccuracyTest
  
  # Extension for temp files
  temp.file.suffix = .png
  
  
  1.1                  xml-batik/test-resources/org/apache/batik/test/svg/resources/Messages.properties
  
  Index: Messages.properties
  ===================================================================
  #############################################################################
  # 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.                                                         #
  #############################################################################
  
  #
  # Keys in the generated TestReport Entries
  #
  SVGRenderingAccuracyTest.entry.key.error.description = \
  Error description
  
  SVGRenderingAccuracyTest.entry.key.temporary.file = \
  Temporary file created by test
  
  SVGRenderingAccuracyTest.entry.key.reference.image.uri = \
  Reference image URI
  
  
  #
  # Error Messages values
  #
  SVGRenderingAccuracyTest.error.cannot.create.temp.file = \
  Error while creating temporary file. \
  Got IOException: \
  {0}
  
  SVGRenderingAccuracyTest.error.cannot.create.temp.file.stream = \
  Error while writing into temporary file :
  {0} \
  Got IOException: \
  {1}
  
  SVGRenderingAccuracyTest.error.cannot.transcode.svg = \
  Error while transcoding SVG file: \
  {0} \ 
  Got exception: \
  {1}
  
  SVGRenderingAccuracyTest.error.cannot.open.reference.image = \
  Error while opening reference image: \
  {0}
  Got IOException: \
  {1}
  
  SVGRenderingAccuracyTest.error.cannot.open.generated.image = \
  Error when opening generated image: \
  {0}
  Got IOException: \
  {1}
  
  SVGRenderingAccuracyTest.error.error.while.comparing.files = \
  Error while comparing reference file: \
  {0}
  with generated image: \
  {1}
  Got IOException: \
  {2}
  
  SVGRenderingAccuracyTest.error.svg.rendering.not.accurate: \
  Differences between the reference image and the generated image
  
  
  1.1                  xml-batik/test-resources/org/apache/batik/test/xml/resources/Messages.properties
  
  Index: Messages.properties
  ===================================================================
  #############################################################################
  # 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.                                                         #
  #############################################################################
  
  #
  # XMLTestReportProcessor configuration
  #
  XMLTestReportProcessor.config.xml.test.report.prefix = \
  XTR
  
  XMLTestReportProcessor.config.xml.test.report.resource.prefix = \
  res_
  
  XMLTestReportProcessor.config.xml.test.report.suffix = \
  .xml
  
  XMLTestReportProcessor.config.xml.test.report.default.directory = \
  c:\\work\\doc\\svg\\apache\\xml-batik\\regard\\xml
  
  XMLTestReportProcessor.config.xml.test.report.resources.default.directory = \
  c:\\work\\doc\\svg\\apache\\xml-batik\\regard\\xml\\resources
  
  #
  # Messages
  #
  XMLTestSuiteRunner.messages.error.usage = \
  This application takes an argument which can be either a file
  name or a URL: \
  (ant) build runTestSuite -Dargs="<fileNameOrURL>" \
  (command-line) java org.apache.batik.test.xml.XMLTestSuiteRunner <fileNameOrURL>" 
  
  XMLTestSuiteRunner.messages.error.not.a.file.try.uri = \
  The argument: {0} is not a valid file name. \
  Trying to use it as a URL...
  
  XMLTestSuiteRunner.messages.error.could.not.convert.file.name = \
  Error: could not convert file name "{0}" to a URI.
  
  XMLTestSuiteRunner.messages.error.invalid.uri = \
  Invalid URI : {0}
  
  XMLTestSuiteRunner.messages.error.invalid.document = \
  {0} is an invalid document. Got the following exception while parsing it: \
  {1} with error message "{2}".
  
  XMLTestSuiteRunner.messages.error.running.test.suite = \
  Error while running test suite : {0}
  
  #
  # Config: XML Parser
  #
  XMLTestSuiteRunner.config.xml.parser = \
  org.apache.crimson.parser.XMLReaderImpl
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org