Added TODO for AbstractQueueTest.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-04-25 21:39:12 +00:00
parent 8157a72408
commit 8641a2e3d5
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ import org.apache.commons.collections4.collection.AbstractCollectionTest;
* test case (method) your {@link Queue} fails or override one of the
* protected methods from AbstractCollectionTest.
*
* TODO: add more tests for Queue interface
*
* @since 4.0
* @version $Id$
*/