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/06/11 00:06:34 UTC

svn commit: r1491623 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java

Author: tn
Date: Mon Jun 10 22:06:34 2013
New Revision: 1491623

URL: http://svn.apache.org/r1491623
Log:
Added todo for trie tests.

Modified:
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java

Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java?rev=1491623&r1=1491622&r2=1491623&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java (original)
+++ commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/trie/PatriciaTrieTest.java Mon Jun 10 22:06:34 2013
@@ -45,6 +45,7 @@ import org.junit.Test;
  * JUnit tests.
  *
  * FIXME: add serialization support
+ * TODO: integrate into test framework, utilize existing map tests
  *
  * @since 4.0
  * @version $Id$