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
    ------------------------------------------------------------------------


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

View File

@ -47,6 +47,7 @@ public class TestAll extends TestCase {
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());