diff --git a/src/test/org/apache/commons/collections/TestAll.java b/src/test/org/apache/commons/collections/TestAll.java index b66d178a7..eb2b3618e 100644 --- a/src/test/org/apache/commons/collections/TestAll.java +++ b/src/test/org/apache/commons/collections/TestAll.java @@ -1,7 +1,7 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestAll.java,v 1.16 2002/02/20 23:33:23 morgand Exp $ - * $Revision: 1.16 $ - * $Date: 2002/02/20 23:33:23 $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestAll.java,v 1.17 2002/02/25 23:15:29 morgand Exp $ + * $Revision: 1.17 $ + * $Date: 2002/02/25 23:15:29 $ * * ==================================================================== * @@ -66,7 +66,7 @@ import junit.framework.*; /** * Entry point for all Collections tests. * @author Rodney Waldhoff - * @version $Id: TestAll.java,v 1.16 2002/02/20 23:33:23 morgand Exp $ + * @version $Id: TestAll.java,v 1.17 2002/02/25 23:15:29 morgand Exp $ */ public class TestAll extends TestCase { public TestAll(String testName) { @@ -90,6 +90,7 @@ public class TestAll extends TestCase { suite.addTest(TestFastHashMap1.suite()); suite.addTest(TestFastTreeMap.suite()); suite.addTest(TestFastTreeMap1.suite()); + suite.addTest(TestFilterIterator.suite()); suite.addTest(TestHashBag.suite()); suite.addTest(TestHashMap.suite()); suite.addTest(TestLRUMap.suite());