curcuru     01/07/27 10:28:18

  Modified:    test/java/src/org/apache/qetest/xalanj2
                        TraceListenerTest.java
  Log:
  My bad: missed checkin of testFileInfo2 .xsl/.xml files; will re-add later; 
test will now pass
  
  Revision  Changes    Path
  1.3       +3 -1      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/TraceListenerTest.java
  
  Index: TraceListenerTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/TraceListenerTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TraceListenerTest.java    2001/07/17 00:58:09     1.2
  +++ TraceListenerTest.java    2001/07/27 17:28:18     1.3
  @@ -89,7 +89,7 @@
   /**
    * Basic functionality testing of TraceListener interface and etc.
    * @author [EMAIL PROTECTED]
  - * @version $Id: TraceListenerTest.java,v 1.2 2001/07/17 00:58:09 curcuru 
Exp $
  + * @version $Id: TraceListenerTest.java,v 1.3 2001/07/27 17:28:18 curcuru 
Exp $
    */
   public class TraceListenerTest extends XSLProcessorTestBase
   {
  @@ -191,6 +191,7 @@
   
           try
           {
  +/**** Temporarily comment out - my bad, missed checkin on testFileInfo2 
tests! 27-jul-01 -sc ****
               // Try again with a different file with new Ex listener (should 
be parameterized)
               TransformerFactory factory = TransformerFactory.newInstance();
               Transformer transformer = 
factory.newTransformer(testFileInfo2.getXSLSource());
  @@ -215,6 +216,7 @@
                              "Correct number of selected events for testfile " 
+ testFileInfo2.getDescription());
               reporter.check(selectedEndCtr, 5, 
                              "Correct number of selectedEnd events for 
testfile " + testFileInfo2.getDescription());
  +**** Temporarily comment out - my bad, missed checkin on testFileInfo2 
tests! 27-jul-01 -sc  ****/
           }
           catch (Throwable t)
           {
  
  
  

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

Reply via email to