mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 07:26:39 +00:00
Integrate reference identity map tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f57c5a1f7
commit
39ea52a450
@ -23,7 +23,7 @@ import junit.framework.TestSuite;
|
||||
* Entry point for tests.
|
||||
*
|
||||
* @since Commons Collections 3.0
|
||||
* @version $Revision: 1.17 $ $Date: 2004/04/12 12:05:29 $
|
||||
* @version $Revision: 1.18 $ $Date: 2004/04/30 22:53:44 $
|
||||
*
|
||||
* @author Stephen Colebourne
|
||||
*/
|
||||
@ -50,6 +50,7 @@ public class TestAll extends TestCase {
|
||||
suite.addTest(TestLRUMap.suite());
|
||||
suite.addTest(TestMultiKeyMap.suite());
|
||||
suite.addTest(TestReferenceMap.suite());
|
||||
suite.addTest(TestReferenceIdentityMap.suite());
|
||||
suite.addTest(TestStaticBucketMap.suite());
|
||||
suite.addTest(TestSingletonMap.suite());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user