morgand 02/02/25 15:15:29
Modified: collections/src/test/org/apache/commons/collections
TestAll.java
Log:
was missing TestFilterIterator
Revision Changes Path
1.17 +5 -4
jakarta-commons/collections/src/test/org/apache/commons/collections/TestAll.java
Index: TestAll.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestAll.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- TestAll.java 20 Feb 2002 23:33:23 -0000 1.16
+++ TestAll.java 25 Feb 2002 23:15:29 -0000 1.17
@@ -1,7 +1,7 @@
/*
- * $Header:
/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/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 @@
/**
* 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 @@
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());
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>