was missing TestFilterIterator

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Morgan James Delagrange 2002-02-25 23:15:29 +00:00
parent f9c4fd7f26
commit 230fb16d83
1 changed files with 5 additions and 4 deletions

View File

@ -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());