clean up TODO list a bit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb7e0d9b44
commit
2c36de79a9
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestAbstractIntArrayList.java,v 1.5 2003/01/12 15:23:20 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestAbstractIntArrayList.java,v 1.6 2003/03/05 19:10:50 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -62,7 +62,7 @@ import java.util.List;
|
||||||
import org.apache.commons.collections.TestList;
|
import org.apache.commons.collections.TestList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/01/12 15:23:20 $
|
* @version $Revision: 1.6 $ $Date: 2003/03/05 19:10:50 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public abstract class TestAbstractIntArrayList extends TestList {
|
public abstract class TestAbstractIntArrayList extends TestList {
|
||||||
|
@ -149,8 +149,6 @@ public abstract class TestAbstractIntArrayList extends TestList {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Create canonical collections in CVS
|
|
||||||
|
|
||||||
public void testCanonicalEmptyCollectionExists() {
|
public void testCanonicalEmptyCollectionExists() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -164,8 +162,6 @@ public abstract class TestAbstractIntArrayList extends TestList {
|
||||||
public void testFullListCompatibility() {
|
public void testFullListCompatibility() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Fix primitive lists to be fail fast
|
|
||||||
|
|
||||||
public void testCollectionIteratorFailFast() {
|
public void testCollectionIteratorFailFast() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestAbstractLongArrayList.java,v 1.5 2003/01/12 15:23:20 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestAbstractLongArrayList.java,v 1.6 2003/03/05 19:10:50 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -62,7 +62,7 @@ import java.util.List;
|
||||||
import org.apache.commons.collections.TestList;
|
import org.apache.commons.collections.TestList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/01/12 15:23:20 $
|
* @version $Revision: 1.6 $ $Date: 2003/03/05 19:10:50 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public abstract class TestAbstractLongArrayList extends TestList {
|
public abstract class TestAbstractLongArrayList extends TestList {
|
||||||
|
@ -133,8 +133,6 @@ public abstract class TestAbstractLongArrayList extends TestList {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Create canonical primitive lists in CVS
|
|
||||||
|
|
||||||
public void testCanonicalEmptyCollectionExists() {
|
public void testCanonicalEmptyCollectionExists() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -148,8 +146,6 @@ public abstract class TestAbstractLongArrayList extends TestList {
|
||||||
public void testFullListCompatibility() {
|
public void testFullListCompatibility() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Make primitive lists fail-fast
|
|
||||||
|
|
||||||
public void testCollectionIteratorFailFast() {
|
public void testCollectionIteratorFailFast() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestAbstractShortArrayList.java,v 1.5 2003/01/12 15:23:20 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestAbstractShortArrayList.java,v 1.6 2003/03/05 19:10:50 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -62,7 +62,7 @@ import java.util.List;
|
||||||
import org.apache.commons.collections.TestList;
|
import org.apache.commons.collections.TestList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.5 $ $Date: 2003/01/12 15:23:20 $
|
* @version $Revision: 1.6 $ $Date: 2003/03/05 19:10:50 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public abstract class TestAbstractShortArrayList extends TestList {
|
public abstract class TestAbstractShortArrayList extends TestList {
|
||||||
|
@ -128,8 +128,6 @@ public abstract class TestAbstractShortArrayList extends TestList {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Create canonical primitive lists in CVS
|
|
||||||
|
|
||||||
public void testCanonicalEmptyCollectionExists() {
|
public void testCanonicalEmptyCollectionExists() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,8 +141,6 @@ public abstract class TestAbstractShortArrayList extends TestList {
|
||||||
public void testFullListCompatibility() {
|
public void testFullListCompatibility() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Make primitive lists fail fast
|
|
||||||
|
|
||||||
public void testCollectionIteratorFailFast() {
|
public void testCollectionIteratorFailFast() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestArrayIntList.java,v 1.10 2003/02/28 21:21:51 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestArrayIntList.java,v 1.11 2003/03/05 19:10:50 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -63,7 +63,7 @@ import junit.framework.TestSuite;
|
||||||
import org.apache.commons.collections.BulkTest;
|
import org.apache.commons.collections.BulkTest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.10 $ $Date: 2003/02/28 21:21:51 $
|
* @version $Revision: 1.11 $ $Date: 2003/03/05 19:10:50 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public class TestArrayIntList extends TestIntList {
|
public class TestArrayIntList extends TestIntList {
|
||||||
|
@ -104,25 +104,22 @@ public class TestArrayIntList extends TestIntList {
|
||||||
// tests
|
// tests
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
/** @TODO need to add serialized form to cvs */
|
||||||
public void testCanonicalEmptyCollectionExists() {
|
public void testCanonicalEmptyCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testCanonicalFullCollectionExists() {
|
public void testCanonicalFullCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testEmptyListCompatibility() {
|
public void testEmptyListCompatibility() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testFullListCompatibility() {
|
public void testFullListCompatibility() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestArrayUnsignedShortList.java,v 1.10 2003/02/28 21:21:51 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/Attic/TestArrayUnsignedShortList.java,v 1.11 2003/03/05 19:10:50 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -63,7 +63,7 @@ import junit.framework.TestSuite;
|
||||||
import org.apache.commons.collections.BulkTest;
|
import org.apache.commons.collections.BulkTest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.10 $ $Date: 2003/02/28 21:21:51 $
|
* @version $Revision: 1.11 $ $Date: 2003/03/05 19:10:50 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public class TestArrayUnsignedShortList extends TestIntList {
|
public class TestArrayUnsignedShortList extends TestIntList {
|
||||||
|
@ -104,25 +104,22 @@ public class TestArrayUnsignedShortList extends TestIntList {
|
||||||
// tests
|
// tests
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
// @TODO need to add serialized form to cvs
|
||||||
public void testCanonicalEmptyCollectionExists() {
|
public void testCanonicalEmptyCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testCanonicalFullCollectionExists() {
|
public void testCanonicalFullCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testEmptyListCompatibility() {
|
public void testEmptyListCompatibility() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testFullListCompatibility() {
|
public void testFullListCompatibility() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestCollectionIntCollection.java,v 1.1 2003/03/01 00:47:29 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestCollectionIntCollection.java,v 1.2 2003/03/05 19:10:51 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -69,7 +69,7 @@ import org.apache.commons.collections.TestObject;
|
||||||
import org.apache.commons.collections.primitives.IntCollection;
|
import org.apache.commons.collections.primitives.IntCollection;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/03/01 00:47:29 $
|
* @version $Revision: 1.2 $ $Date: 2003/03/05 19:10:51 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public class TestCollectionIntCollection extends TestObject {
|
public class TestCollectionIntCollection extends TestObject {
|
||||||
|
@ -100,13 +100,12 @@ public class TestCollectionIntCollection extends TestObject {
|
||||||
// Collection.equal contract doesn't work that way
|
// Collection.equal contract doesn't work that way
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
/** @TODO need to add serialized form to cvs */
|
||||||
public void testCanonicalEmptyCollectionExists() {
|
public void testCanonicalEmptyCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testCanonicalFullCollectionExists() {
|
public void testCanonicalFullCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestIntCollectionCollection.java,v 1.1 2003/03/01 00:47:29 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestIntCollectionCollection.java,v 1.2 2003/03/05 19:10:51 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -69,7 +69,7 @@ import org.apache.commons.collections.primitives.ArrayIntList;
|
||||||
import org.apache.commons.collections.primitives.IntList;
|
import org.apache.commons.collections.primitives.IntList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.1 $ $Date: 2003/03/01 00:47:29 $
|
* @version $Revision: 1.2 $ $Date: 2003/03/05 19:10:51 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public class TestIntCollectionCollection extends TestObject {
|
public class TestIntCollectionCollection extends TestObject {
|
||||||
|
@ -100,13 +100,12 @@ public class TestIntCollectionCollection extends TestObject {
|
||||||
// Collection.equal contract doesn't work that way
|
// Collection.equal contract doesn't work that way
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
/** @TODO need to add serialized form to cvs */
|
||||||
public void testCanonicalEmptyCollectionExists() {
|
public void testCanonicalEmptyCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testCanonicalFullCollectionExists() {
|
public void testCanonicalFullCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestIntListIteratorListIterator.java,v 1.2 2003/03/03 23:23:40 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestIntListIteratorListIterator.java,v 1.3 2003/03/05 19:10:51 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -68,8 +68,8 @@ import org.apache.commons.collections.primitives.ArrayIntList;
|
||||||
import org.apache.commons.collections.primitives.IntList;
|
import org.apache.commons.collections.primitives.IntList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @todo should extend TestListIterator when there is one
|
* @TODO should extend TestListIterator when there is one
|
||||||
* @version $Revision: 1.2 $ $Date: 2003/03/03 23:23:40 $
|
* @version $Revision: 1.3 $ $Date: 2003/03/05 19:10:51 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public class TestIntListIteratorListIterator extends TestIterator {
|
public class TestIntListIteratorListIterator extends TestIterator {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestIntListList.java,v 1.2 2003/03/01 00:47:29 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestIntListList.java,v 1.3 2003/03/05 19:10:51 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -69,7 +69,7 @@ import org.apache.commons.collections.primitives.AbstractRandomAccessIntList;
|
||||||
import org.apache.commons.collections.primitives.ArrayIntList;
|
import org.apache.commons.collections.primitives.ArrayIntList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.2 $ $Date: 2003/03/01 00:47:29 $
|
* @version $Revision: 1.3 $ $Date: 2003/03/05 19:10:51 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public class TestIntListList extends TestList {
|
public class TestIntListList extends TestList {
|
||||||
|
@ -112,25 +112,23 @@ public class TestIntListList extends TestList {
|
||||||
// tests
|
// tests
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
/** @TODO need to add serialized form to cvs */
|
||||||
|
|
||||||
public void testCanonicalEmptyCollectionExists() {
|
public void testCanonicalEmptyCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testCanonicalFullCollectionExists() {
|
public void testCanonicalFullCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testEmptyListCompatibility() {
|
public void testEmptyListCompatibility() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testFullListCompatibility() {
|
public void testFullListCompatibility() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestListIntList.java,v 1.3 2003/03/01 00:47:29 rwaldhoff Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/primitives/adapters/Attic/TestListIntList.java,v 1.4 2003/03/05 19:10:51 rwaldhoff Exp $
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
|
@ -69,7 +69,7 @@ import org.apache.commons.collections.primitives.IntList;
|
||||||
import org.apache.commons.collections.primitives.TestIntList;
|
import org.apache.commons.collections.primitives.TestIntList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version $Revision: 1.3 $ $Date: 2003/03/01 00:47:29 $
|
* @version $Revision: 1.4 $ $Date: 2003/03/05 19:10:51 $
|
||||||
* @author Rodney Waldhoff
|
* @author Rodney Waldhoff
|
||||||
*/
|
*/
|
||||||
public class TestListIntList extends TestIntList {
|
public class TestListIntList extends TestIntList {
|
||||||
|
@ -113,25 +113,22 @@ public class TestListIntList extends TestIntList {
|
||||||
// tests
|
// tests
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
/** @TODO need to add serialized form to cvs */
|
||||||
public void testCanonicalEmptyCollectionExists() {
|
public void testCanonicalEmptyCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testCanonicalFullCollectionExists() {
|
public void testCanonicalFullCollectionExists() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testEmptyListCompatibility() {
|
public void testEmptyListCompatibility() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @todo need to add serialized form to cvs */
|
|
||||||
public void testFullListCompatibility() {
|
public void testFullListCompatibility() {
|
||||||
// XXX FIX ME XXX
|
// XXX FIX ME XXX
|
||||||
// need to add a serialized form to cvs
|
// need to add a serialized form to cvs
|
||||||
|
|
Loading…
Reference in New Issue