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 2001/08/03 21:06:15 UTC

cvs commit: xml-xalan/test/tests/bugzilla Bugzilla1283.java

curcuru     01/08/03 12:06:15

  Modified:    test/tests/bugzilla Bugzilla1283.java
  Log:
  Minor updates for better reporting
  
  Revision  Changes    Path
  1.2       +3 -2      xml-xalan/test/tests/bugzilla/Bugzilla1283.java
  
  Index: Bugzilla1283.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/bugzilla/Bugzilla1283.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Bugzilla1283.java	2001/04/24 20:04:02	1.1
  +++ Bugzilla1283.java	2001/08/03 19:06:14	1.2
  @@ -50,10 +50,11 @@
           }
           catch (Exception e)
           {
  -            logger.checkPass("Transform properly had fatalError and threw: " + e.toString());
               logger.logThrowable(Logger.ERRORMSG, e, "Transform properly had fatalError and threw");
  +            logger.checkPass("Transform properly had fatalError and threw: " + e.toString());
           }
  -        logger.checkAmbiguous("Bug occours now: system hangs");
  +        logger.logMsg(Logger.CRITICALMSG, "Bug occours now: system hangs");
  +        logger.checkPass("if we got here, we didn't hang!");
       }
   
       /**
  
  
  

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