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());


Reply via email to