Delay primitives to 2.2 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1883abdaf0
commit
04765f1d41
|
@ -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.35 2002/10/12 22:35:37 scolebourne Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestAll.java,v 1.36 2002/10/15 21:51:21 scolebourne Exp $
|
||||||
* $Revision: 1.35 $
|
* $Revision: 1.36 $
|
||||||
* $Date: 2002/10/12 22:35:37 $
|
* $Date: 2002/10/15 21:51:21 $
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
|
@ -66,7 +66,7 @@ import junit.framework.*;
|
||||||
/**
|
/**
|
||||||
* Entry point for all Collections tests.
|
* Entry point for all Collections tests.
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
* @version $Id: TestAll.java,v 1.35 2002/10/12 22:35:37 scolebourne Exp $
|
* @version $Id: TestAll.java,v 1.36 2002/10/15 21:51:21 scolebourne Exp $
|
||||||
*/
|
*/
|
||||||
public class TestAll extends TestCase {
|
public class TestAll extends TestCase {
|
||||||
public TestAll(String testName) {
|
public TestAll(String testName) {
|
||||||
|
@ -105,7 +105,7 @@ public class TestAll extends TestCase {
|
||||||
suite.addTest(TestIteratorUtils.suite());
|
suite.addTest(TestIteratorUtils.suite());
|
||||||
suite.addTest(org.apache.commons.collections.comparators.TestAll.suite());
|
suite.addTest(org.apache.commons.collections.comparators.TestAll.suite());
|
||||||
suite.addTest(org.apache.commons.collections.iterators.TestAll.suite());
|
suite.addTest(org.apache.commons.collections.iterators.TestAll.suite());
|
||||||
suite.addTest(org.apache.commons.collections.primitives.TestAll.suite());
|
// suite.addTest(org.apache.commons.collections.primitives.TestAll.suite());
|
||||||
return suite;
|
return suite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue