You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2002/04/09 22:36:26 UTC

cvs commit: xml-xalan/test/java/src/org/apache/qetest/xsl XSLProcessorTestBase.java

curcuru     02/04/09 13:36:26

  Modified:    test/java/src/org/apache/qetest/xsl
                        XSLProcessorTestBase.java
  Log:
  Oops! Ensure we applyAttributes to our newly constructed fileChecker
  
  Revision  Changes    Path
  1.18      +4 -1      xml-xalan/test/java/src/org/apache/qetest/xsl/XSLProcessorTestBase.java
  
  Index: XSLProcessorTestBase.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XSLProcessorTestBase.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- XSLProcessorTestBase.java	26 Mar 2002 18:11:02 -0000	1.17
  +++ XSLProcessorTestBase.java	9 Apr 2002 20:36:25 -0000	1.18
  @@ -88,7 +88,7 @@
    * <li>runErr</li>
    * </ul>
    * @author Shane_Curcuru@lotus.com
  - * @version $Id: XSLProcessorTestBase.java,v 1.17 2002/03/26 18:11:02 curcuru Exp $
  + * @version $Id: XSLProcessorTestBase.java,v 1.18 2002/04/09 20:36:25 curcuru Exp $
    */
   public class XSLProcessorTestBase extends FileBasedTest
   {
  @@ -300,6 +300,9 @@
                   // If that didn't work, then ask for default one that does files
                   fileChecker = QetestFactory.newCheckService(reporter, QetestFactory.TYPE_FILES);
               }
  +            // If we're creating a new one, also applyAttributes
  +            // (Assume that if we already had one, it already had this done)
  +            fileChecker.applyAttributes(testProps);
           }
   
           return true;
  
  
  

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