You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/07/01 00:40:08 UTC

cvs commit: jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor TestAll.java

rwaldhoff    2003/06/30 15:40:08

  Modified:    functor/src/test/org/apache/commons/functor TestAll.java
  Log:
  enable tests
  
  Revision  Changes    Path
  1.5       +3 -2      jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/TestAll.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestAll.java	30 Jun 2003 11:00:18 -0000	1.4
  +++ TestAll.java	30 Jun 2003 22:40:08 -0000	1.5
  @@ -73,6 +73,7 @@
           TestSuite suite = new TestSuite();
   
           // functor package
  +        suite.addTest(TestAlgorithms.suite());
           
           // sub-packages
           suite.addTest(org.apache.commons.functor.adapter.TestAll.suite());
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org