You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/04/25 23:03:52 UTC

svn commit: r1475957 - in /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4: bag/AbstractBagTest.java list/AbstractListTest.java

Author: tn
Date: Thu Apr 25 21:03:52 2013
New Revision: 1475957

URL: http://svn.apache.org/r1475957
Log:
classes have been renamed.

Modified:
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java

Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java?rev=1475957&r1=1475956&r2=1475957&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java (original)
+++ commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java Thu Apr 25 21:03:52 2013
@@ -41,7 +41,7 @@ import org.apache.commons.collections4.b
  * @version $Id$
  */
 public abstract class AbstractBagTest<T> extends AbstractObjectTest {
-//  TODO: this class should really extend from TestCollection, but the bag
+//  TODO: this class should really extend from AbstractCollectionTest, but the bag
 //  implementations currently do not conform to the Collection interface.  Once
 //  those are fixed or at least a strategy is made for resolving the issue, this
 //  can be changed back to extend TestCollection instead.

Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java?rev=1475957&r1=1475956&r2=1475957&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java (original)
+++ commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/list/AbstractListTest.java Thu Apr 25 21:03:52 2013
@@ -44,7 +44,7 @@ import org.apache.commons.collections4.i
  * If your {@link List} fails one of these tests by design,
  * you may still use this base set of cases.  Simply override the
  * test case (method) your {@link List} fails or override one of the
- * protected methods from AbstractTestCollection.
+ * protected methods from AbstractCollectionTest.
  *
  * @version $Id$
  */