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:06 UTC

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

Author: bayard
Date: Tue Sep 15 05:57:06 2009
New Revision: 815114

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

    ------------------------------------------------------------------------
    r751862 | mbenson | 2009-03-09 14:56:41 -0700 (Mon, 09 Mar 2009) | 1 line
    
    add new test to suite
    ------------------------------------------------------------------------

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

Modified: commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestAll.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestAll.java?rev=815114&r1=815113&r2=815114&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestAll.java (original)
+++ commons/proper/collections/trunk/src/test/org/apache/commons/collections/iterators/TestAll.java Tue Sep 15 05:57:06 2009
@@ -47,6 +47,7 @@
         suite.addTest(TestFilterListIterator.suite());
         suite.addTest(TestIteratorChain.suite());
         suite.addTest(TestListIteratorWrapper.suite());
+        suite.addTest(TestListIteratorWrapper2.suite());
         suite.addTest(TestLoopingIterator.suite());
         suite.addTest(TestLoopingListIterator.suite());
         suite.addTest(TestReverseListIterator.suite());