morgand 02/02/25 21:44:14
Modified: collections/src/test/org/apache/commons/collections Tag:
collections_1_x_branch TestAll.java
Log:
remove test class, which was based on code never released in Collections
1.0
Revision Changes Path
No revision
No revision
1.15.2.2 +4 -5
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.15.2.1
retrieving revision 1.15.2.2
diff -u -r1.15.2.1 -r1.15.2.2
--- TestAll.java 26 Feb 2002 00:58:29 -0000 1.15.2.1
+++ TestAll.java 26 Feb 2002 05:44:14 -0000 1.15.2.2
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestAll.java,v
1.15.2.1 2002/02/26 00:58:29 morgand Exp $
- * $Revision: 1.15.2.1 $
- * $Date: 2002/02/26 00:58:29 $
+ * $Header:
/home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestAll.java,v
1.15.2.2 2002/02/26 05:44:14 morgand Exp $
+ * $Revision: 1.15.2.2 $
+ * $Date: 2002/02/26 05:44:14 $
*
* ====================================================================
*
@@ -66,7 +66,7 @@
/**
* Entry point for all Collections tests.
* @author Rodney Waldhoff
- * @version $Id: TestAll.java,v 1.15.2.1 2002/02/26 00:58:29 morgand Exp $
+ * @version $Id: TestAll.java,v 1.15.2.2 2002/02/26 05:44:14 morgand Exp $
*/
public class TestAll extends TestCase {
public TestAll(String testName) {
@@ -76,7 +76,6 @@
public static Test suite() {
TestSuite suite = new TestSuite();
suite.addTest(TestArrayIterator.suite());
- suite.addTest(TestArrayIterator2.suite());
suite.addTest(TestArrayList.suite());
suite.addTest(TestArrayStack.suite());
suite.addTest(TestCollectionUtils.suite());
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>