You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/10/16 01:10:33 UTC

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

scolebourne    2004/10/15 16:10:33

  Modified:    lang/src/test/org/apache/commons/lang
                        NullArgumentExceptionTest.java
  Log:
  Fix test for changed exception message
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-commons/lang/src/test/org/apache/commons/lang/NullArgumentExceptionTest.java
  
  Index: NullArgumentExceptionTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/test/org/apache/commons/lang/NullArgumentExceptionTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NullArgumentExceptionTest.java	18 Feb 2004 23:06:19 -0000	1.4
  +++ NullArgumentExceptionTest.java	15 Oct 2004 23:10:33 -0000	1.5
  @@ -52,7 +52,7 @@
   
       public void testGetMessage_nullConstructorInput() {
           final Throwable t = new NullArgumentException(null);
  -        assertEquals("null must not be null.", t.getMessage());
  +        assertEquals("Argument must not be null.", t.getMessage());
       }
   
       public void testGetMessage_validConstructorInput() {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org