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...@locus.apache.org on 2000/12/12 22:36:32 UTC

cvs commit: xml-xalan/test/java/src/org/apache/qetest/trax/dom DOMResultAPITest.java

curcuru     00/12/12 13:36:31

  Modified:    test/java/src/org/apache/qetest/trax/dom
                        DOMResultAPITest.java
  Log:
  Update with bug/SPR id's for check*() methods
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xalan/test/java/src/org/apache/qetest/trax/dom/DOMResultAPITest.java
  
  Index: DOMResultAPITest.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/dom/DOMResultAPITest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOMResultAPITest.java	2000/11/29 15:21:46	1.2
  +++ DOMResultAPITest.java	2000/12/12 21:36:31	1.3
  @@ -88,7 +88,7 @@
   /**
    * API Coverage test for the DOMResult class of TRAX.
    * @author shane_curcuru@lotus.com
  - * @version $Id: DOMResultAPITest.java,v 1.2 2000/11/29 15:21:46 curcuru Exp $
  + * @version $Id: DOMResultAPITest.java,v 1.3 2000/12/12 21:36:31 curcuru Exp $
    */
   public class DOMResultAPITest extends XSLProcessorTestBase
   {
  @@ -319,7 +319,7 @@
           }
           catch (Throwable t)
           {
  -            reporter.checkFail("Problem with re-using results(1)");
  +            reporter.checkFail("Problem with re-using results(1)", "SCUU4RJKG4");
               reporter.logThrowable(reporter.ERRORMSG, t,
                                     "Problem with re-using results(1)");
           }