vhardy      01/10/17 07:50:45

  Added:       test-sources/org/apache/batik/test/svg BERenderingTest.java
  Log:
  New class with default directory conventions for BE tests.
  
  Revision  Changes    Path
  1.1                  
xml-batik/test-sources/org/apache/batik/test/svg/BERenderingTest.java
  
  Index: BERenderingTest.java
  ===================================================================
  /*****************************************************************************
   * 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.                                                         *
   *****************************************************************************/
  
  package org.apache.batik.test.svg;
  
  /**
   * Preconfigured test for SVG files under the xml-batik/../beSuite
   * directory.
   *
   * @author <a href="[EMAIL PROTECTED]">Vincent Hardy</a>
   * @version $Id: BERenderingTest.java,v 1.1 2001/10/17 14:50:45 vhardy Exp $
   */
  public class BERenderingTest extends PreconfiguredRenderingTest {
      public static final String SVG_URL_PREFIX 
          = "test-references/../../beSuite/";
  
      public static final String REF_IMAGE_PREFIX 
          = "test-references/svgbe/";
  
      public static final String REF_IMAGE_SUFFIX
          = "";
  
      public static final String VARIATION_PREFIX
          = "test-references/svgbe/";
  
      public static final String VARIATION_SUFFIX
          = "accepted-variation/";
  
      public static final String SAVE_VARIATION_PREFIX
          = "test-references/svgbe/";
  
      public static final String SAVE_VARIATION_SUFFIX
          = "candidate-variation/";
  
      protected String getSVGURLPrefix(){
          return SVG_URL_PREFIX;
      }
  
      protected String getRefImagePrefix(){
          return REF_IMAGE_PREFIX;
      }
  
      protected String getRefImageSuffix(){
          return REF_IMAGE_SUFFIX;
      }
  
      protected String getVariationPrefix(){
          return VARIATION_PREFIX;
      }
  
      protected String getVariationSuffix(){
          return VARIATION_SUFFIX;
      }
  
      protected String getSaveVariationPrefix(){
          return SAVE_VARIATION_PREFIX;
      }
  
      protected String getSaveVariationSuffix(){
          return SAVE_VARIATION_SUFFIX;
      }
  
  
  }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to