You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by st...@apache.org on 2002/09/11 20:17:42 UTC

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/exception ExceptionTestSuite.java

stevencaswell    2002/09/11 11:17:42

  Modified:    lang/src/test/org/apache/commons/lang/exception
                        ExceptionTestSuite.java
  Log:
  added NestableErrorTestCase to test suite
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-commons/lang/src/test/org/apache/commons/lang/exception/ExceptionTestSuite.java
  
  Index: ExceptionTestSuite.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/exception/ExceptionTestSuite.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ExceptionTestSuite.java	13 Aug 2002 18:05:58 -0000	1.3
  +++ ExceptionTestSuite.java	11 Sep 2002 18:17:42 -0000	1.4
  @@ -86,6 +86,7 @@
       {
           TestSuite suite = new TestSuite();
           suite.addTest(NestableDelegateTestCase.suite());
  +        suite.addTest(NestableErrorTestCase.suite());
           suite.addTest(NestableExceptionTestCase.suite());
           suite.addTest(NestableRuntimeExceptionTestCase.suite());
           suite.addTest(ExceptionUtilsTestCase.suite());
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>