morgand 02/02/25 16:17:24
Modified: collections/src/test/org/apache/commons/collections
TestAll.java
Log:
took out test cases that ran against JDK classes directly
Revision Changes Path
1.19 +4 -6
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.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- TestAll.java 25 Feb 2002 23:53:20 -0000 1.18
+++ TestAll.java 26 Feb 2002 00:17:24 -0000 1.19
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestAll.java,v
1.18 2002/02/25 23:53:20 rwaldhoff Exp $
- * $Revision: 1.18 $
- * $Date: 2002/02/25 23:53:20 $
+ * $Header:
/home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestAll.java,v
1.19 2002/02/26 00:17:24 morgand Exp $
+ * $Revision: 1.19 $
+ * $Date: 2002/02/26 00:17:24 $
*
* ====================================================================
*
@@ -66,7 +66,7 @@
/**
* Entry point for all Collections tests.
* @author Rodney Waldhoff
- * @version $Id: TestAll.java,v 1.18 2002/02/25 23:53:20 rwaldhoff Exp $
+ * @version $Id: TestAll.java,v 1.19 2002/02/26 00:17:24 morgand Exp $
*/
public class TestAll extends TestCase {
public TestAll(String testName) {
@@ -93,13 +93,11 @@
suite.addTest(TestFilterIterator.suite());
suite.addTest(TestFilterListIterator.suite());
suite.addTest(TestHashBag.suite());
- suite.addTest(TestHashMap.suite());
suite.addTest(TestLRUMap.suite());
suite.addTest(TestMultiHashMap.suite());
suite.addTest(TestSequencedHashMap.suite());
suite.addTest(TestSingletonIterator.suite());
suite.addTest(TestTreeBag.suite());
- suite.addTest(TestTreeMap.suite());
return suite;
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>