You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/03/05 20:10:51 UTC

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters TestIntCollectionCollection.java TestListIntList.java TestIntListIteratorListIterator.java TestCollectionIntCollection.java TestIntListList.java

rwaldhoff    2003/03/05 11:10:51

  Modified:    collections/src/test/org/apache/commons/collections/primitives
                        TestArrayUnsignedShortList.java
                        TestAbstractShortArrayList.java
                        TestAbstractLongArrayList.java
                        TestArrayIntList.java TestAbstractIntArrayList.java
               collections/src/test/org/apache/commons/collections/primitives/adapters
                        TestIntCollectionCollection.java
                        TestListIntList.java
                        TestIntListIteratorListIterator.java
                        TestCollectionIntCollection.java
                        TestIntListList.java
  Log:
  clean up TODO list a bit
  
  Revision  Changes    Path
  1.11      +3 -6      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestArrayUnsignedShortList.java
  
  Index: TestArrayUnsignedShortList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestArrayUnsignedShortList.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TestArrayUnsignedShortList.java	28 Feb 2003 21:21:51 -0000	1.10
  +++ TestArrayUnsignedShortList.java	5 Mar 2003 19:10:50 -0000	1.11
  @@ -104,25 +104,22 @@
       // tests
       // ------------------------------------------------------------------------
   
  -    /** @todo need to add serialized form to cvs */
  +    // @TODO need to add serialized form to cvs
       public void testCanonicalEmptyCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testCanonicalFullCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testEmptyListCompatibility() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testFullListCompatibility() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
  
  
  
  1.6       +2 -6      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestAbstractShortArrayList.java
  
  Index: TestAbstractShortArrayList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestAbstractShortArrayList.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestAbstractShortArrayList.java	12 Jan 2003 15:23:20 -0000	1.5
  +++ TestAbstractShortArrayList.java	5 Mar 2003 19:10:50 -0000	1.6
  @@ -128,8 +128,6 @@
           return result;
       }
   
  -    // TODO:  Create canonical primitive lists in CVS
  -
       public void testCanonicalEmptyCollectionExists() {
       }
   
  @@ -142,8 +140,6 @@
   
       public void testFullListCompatibility() {
       }
  -
  -    // TODO: Make primitive lists fail fast
   
       public void testCollectionIteratorFailFast() {
       }
  
  
  
  1.6       +2 -6      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestAbstractLongArrayList.java
  
  Index: TestAbstractLongArrayList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestAbstractLongArrayList.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestAbstractLongArrayList.java	12 Jan 2003 15:23:20 -0000	1.5
  +++ TestAbstractLongArrayList.java	5 Mar 2003 19:10:50 -0000	1.6
  @@ -133,8 +133,6 @@
           return result;
       }
   
  -    // TODO:  Create canonical primitive lists in CVS
  -
       public void testCanonicalEmptyCollectionExists() {
       }
   
  @@ -147,8 +145,6 @@
   
       public void testFullListCompatibility() {
       }
  -
  -    // TODO: Make primitive lists fail-fast
   
       public void testCollectionIteratorFailFast() {
       }
  
  
  
  1.11      +3 -6      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestArrayIntList.java
  
  Index: TestArrayIntList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestArrayIntList.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- TestArrayIntList.java	28 Feb 2003 21:21:51 -0000	1.10
  +++ TestArrayIntList.java	5 Mar 2003 19:10:50 -0000	1.11
  @@ -104,25 +104,22 @@
       // tests
       // ------------------------------------------------------------------------
   
  -    /** @todo need to add serialized form to cvs */
  +    /** @TODO need to add serialized form to cvs */
       public void testCanonicalEmptyCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testCanonicalFullCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testEmptyListCompatibility() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testFullListCompatibility() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
  
  
  
  1.6       +2 -6      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestAbstractIntArrayList.java
  
  Index: TestAbstractIntArrayList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/TestAbstractIntArrayList.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestAbstractIntArrayList.java	12 Jan 2003 15:23:20 -0000	1.5
  +++ TestAbstractIntArrayList.java	5 Mar 2003 19:10:50 -0000	1.6
  @@ -149,8 +149,6 @@
          return result;
      }
   
  -   // TODO:  Create canonical collections in CVS
  -
      public void testCanonicalEmptyCollectionExists() {
      }
   
  @@ -163,8 +161,6 @@
   
      public void testFullListCompatibility() {
      }
  -
  -   // TODO:  Fix primitive lists to be fail fast
   
      public void testCollectionIteratorFailFast() {
      }
  
  
  
  1.2       +3 -4      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestIntCollectionCollection.java
  
  Index: TestIntCollectionCollection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestIntCollectionCollection.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestIntCollectionCollection.java	1 Mar 2003 00:47:29 -0000	1.1
  +++ TestIntCollectionCollection.java	5 Mar 2003 19:10:51 -0000	1.2
  @@ -100,13 +100,12 @@
           // 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() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testCanonicalFullCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
  
  
  
  1.4       +3 -6      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestListIntList.java
  
  Index: TestListIntList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestListIntList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestListIntList.java	1 Mar 2003 00:47:29 -0000	1.3
  +++ TestListIntList.java	5 Mar 2003 19:10:51 -0000	1.4
  @@ -113,25 +113,22 @@
       // tests
       // ------------------------------------------------------------------------
   
  -    /** @todo need to add serialized form to cvs */
  +    /** @TODO need to add serialized form to cvs */
       public void testCanonicalEmptyCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testCanonicalFullCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testEmptyListCompatibility() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testFullListCompatibility() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
  
  
  
  1.3       +3 -3      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestIntListIteratorListIterator.java
  
  Index: TestIntListIteratorListIterator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestIntListIteratorListIterator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestIntListIteratorListIterator.java	3 Mar 2003 23:23:40 -0000	1.2
  +++ TestIntListIteratorListIterator.java	5 Mar 2003 19:10:51 -0000	1.3
  @@ -68,7 +68,7 @@
   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$ $Date$
    * @author Rodney Waldhoff
    */
  
  
  
  1.2       +3 -4      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestCollectionIntCollection.java
  
  Index: TestCollectionIntCollection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestCollectionIntCollection.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCollectionIntCollection.java	1 Mar 2003 00:47:29 -0000	1.1
  +++ TestCollectionIntCollection.java	5 Mar 2003 19:10:51 -0000	1.2
  @@ -100,13 +100,12 @@
           // 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() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testCanonicalFullCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
  
  
  
  1.3       +4 -6      jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestIntListList.java
  
  Index: TestIntListList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/primitives/adapters/TestIntListList.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestIntListList.java	1 Mar 2003 00:47:29 -0000	1.2
  +++ TestIntListList.java	5 Mar 2003 19:10:51 -0000	1.3
  @@ -112,25 +112,23 @@
       // tests
       // ------------------------------------------------------------------------
   
  -    /** @todo need to add serialized form to cvs */
  +    /** @TODO need to add serialized form to cvs */
  +
       public void testCanonicalEmptyCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testCanonicalFullCollectionExists() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testEmptyListCompatibility() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
       }
   
  -    /** @todo need to add serialized form to cvs */
       public void testFullListCompatibility() {
           // XXX FIX ME XXX
           // need to add a serialized form to cvs
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org