classes have been renamed.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475957 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-04-25 21:03:52 +00:00
parent 7d2532b86b
commit 0f32e037b9
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ import org.apache.commons.collections4.bag.HashBag;
* @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.

View File

@ -44,7 +44,7 @@ import org.apache.commons.collections4.iterators.AbstractListIteratorTest;
* 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$
*/