add new test to suite

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@751862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2009-03-09 21:56:41 +00:00
parent 3d5f3fec05
commit 4306110cd1
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());