Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.

Also see the following revisions:

    ------------------------------------------------------------------------
    r471166 | scolebourne | 2006-11-04 03:33:22 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Removed Typed* containers such as TypedList and TypedMap as generics now provides type safety
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-09-15 05:56:57 +00:00
parent e0b80a4d9b
commit a9657224d7
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ public class TestAll extends TestCase {
suite.addTest(TestTransformedBag.suite());
suite.addTest(TestTransformedSortedBag.suite());
suite.addTest(TestTreeBag.suite());
suite.addTest(TestTypedBag.suite());
suite.addTest(TestTypedSortedBag.suite());
return suite;
}