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:39:12 UTC

svn commit: r1475976 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java

Author: tn
Date: Thu Apr 25 21:39:12 2013
New Revision: 1475976

URL: http://svn.apache.org/r1475976
Log:
Added TODO for AbstractQueueTest.

Modified:
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java

Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java?rev=1475976&r1=1475975&r2=1475976&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java (original)
+++ commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/queue/AbstractQueueTest.java Thu Apr 25 21:39:12 2013
@@ -37,6 +37,8 @@ import org.apache.commons.collections4.c
  * 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$
  */