constant to indicate which major release we are working on
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3da4cf1ead
commit
eaf794f2cb
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestObject.java,v 1.3 2002/02/22 02:18:50 mas Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestObject.java,v 1.4 2002/02/22 22:01:32 morgand Exp $
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
* $Date: 2002/02/22 02:18:50 $
|
* $Date: 2002/02/22 22:01:32 $
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
|
@ -90,13 +90,15 @@ import java.util.NoSuchElementException;
|
||||||
* test case (method) your {@link Object} fails.
|
* test case (method) your {@link Object} fails.
|
||||||
*
|
*
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
* @version $Id: TestObject.java,v 1.3 2002/02/22 02:18:50 mas Exp $
|
* @version $Id: TestObject.java,v 1.4 2002/02/22 22:01:32 morgand Exp $
|
||||||
*/
|
*/
|
||||||
public abstract class TestObject extends TestCase {
|
public abstract class TestObject extends TestCase {
|
||||||
public TestObject(String testName) {
|
public TestObject(String testName) {
|
||||||
super(testName);
|
super(testName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static final String COLLECTIONS_VERSION = "version2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a new, empty {@link Object} to used for testing.
|
* Return a new, empty {@link Object} to used for testing.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue