You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/06/24 06:01:36 UTC

svn commit: r787895 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/IntHashMap.java test/org/apache/commons/lang/IntHashMapTest.java test/org/apache/commons/lang/LangTestSuite.java

Author: bayard
Date: Wed Jun 24 04:01:35 2009
New Revision: 787895

URL: http://svn.apache.org/viewvc?rev=787895&view=rev
Log:
Removing IntHashMap. Without Entities it's not needed. 

Removed:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/IntHashMap.java
    commons/proper/lang/trunk/src/test/org/apache/commons/lang/IntHashMapTest.java
Modified:
    commons/proper/lang/trunk/src/test/org/apache/commons/lang/LangTestSuite.java

Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/LangTestSuite.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LangTestSuite.java?rev=787895&r1=787894&r2=787895&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/test/org/apache/commons/lang/LangTestSuite.java (original)
+++ commons/proper/lang/trunk/src/test/org/apache/commons/lang/LangTestSuite.java Wed Jun 24 04:01:35 2009
@@ -65,7 +65,6 @@
         suite.addTest(EnumUtilsTest.suite());
         suite.addTest(IllegalClassExceptionTest.suite());
         suite.addTest(IncompleteArgumentExceptionTest.suite());
-        suite.addTest(IntHashMapTest.suite());
         suite.addTest(LocaleUtilsTest.suite());
         suite.addTest(NotImplementedExceptionTest.suite());
         suite.addTest(NullArgumentExceptionTest.suite());