You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Marc Johnson <ma...@hotmail.com> on 2002/01/17 18:25:13 UTC

[PATCH]: TestAll.java

Index: src/test/org/apache/commons/collections/TestAll.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-commons/collections/src/test/org/apache/commons/collections/TestAll.java,v
retrieving revision 1.13
diff -u -r1.13 TestAll.java
--- src/test/org/apache/commons/collections/TestAll.java	18 Sep 2001 
10:41:39 -0000	1.13
+++ src/test/org/apache/commons/collections/TestAll.java	17 Jan 2002 
17:01:01 -0000
@@ -95,6 +95,7 @@
         suite.addTest(TestSingletonIterator.suite());
         suite.addTest(TestTreeBag.suite());
         suite.addTest(TestTreeMap.suite());
+        suite.addTest(TestDoubleOrderedMap.suite());
         return suite;
     }



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>