You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2005/10/05 00:23:57 UTC

svn commit: r294936 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java

Author: ggregory
Date: Tue Oct  4 15:23:54 2005
New Revision: 294936

URL: http://svn.apache.org/viewcvs?rev=294936&view=rev
Log:
// comment.

Modified:
    jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java

Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java?rev=294936&r1=294935&r2=294936&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java (original)
+++ jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/NotImplementedExceptionTest.java Tue Oct  4 15:23:54 2005
@@ -111,6 +111,7 @@
         assertEquals("Code is not implemented in class java.lang.String", ex.getMessage());
     }
 
+// Does not compile on Java 1.3.1:    
 //    public void testGetMessage_Indexed() {
 //        NotImplementedException ex = new NotImplementedException(new Exception("nested 1", new Exception("nested 2")));
 //        assertEquals("Code is not implemented", ex.getMessage());



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