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/09/15 07:57:43 UTC

svn commit: r815136 - /commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestAll.java

Author: bayard
Date: Tue Sep 15 05:57:43 2009
New Revision: 815136

URL: http://svn.apache.org/viewvc?rev=815136&view=rev
Log:
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
    ------------------------------------------------------------------------

Modified:
    commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestAll.java

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestAll.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestAll.java?rev=815136&r1=815135&r2=815136&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestAll.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/set/TestAll.java Tue Sep 15 05:57:43 2009
@@ -53,8 +53,6 @@
         suite.addTest(TestSynchronizedSortedSet.suite());
         suite.addTest(TestTransformedSet.suite());
         suite.addTest(TestTransformedSortedSet.suite());
-        suite.addTest(TestTypedSet.suite());
-        suite.addTest(TestTypedSortedSet.suite());
         suite.addTest(TestUnmodifiableSet.suite());
         suite.addTest(TestUnmodifiableSortedSet.suite());