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/12/01 06:32:43 UTC

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

rwaldhoff    2003/11/30 21:32:43

  Modified:    functor/src/test/org/apache/commons/functor/example/kata/one
                        TestAll.java
  Log:
  enable tests
  
  Revision  Changes    Path
  1.2       +3 -5      jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/one/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/functor/src/test/org/apache/commons/functor/example/kata/one/TestAll.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestAll.java	1 Dec 2003 05:29:08 -0000	1.1
  +++ TestAll.java	1 Dec 2003 05:32:43 -0000	1.2
  @@ -74,9 +74,7 @@
   
       public static Test suite() {
           TestSuite suite = new TestSuite();
  -
  -        //suite.addTest(org.apache.commons.functor.example.kata.one.TestAll.suite());
  -        
  +        suite.addTest(SupermarketPricingExample.suite());
           return suite;
       }
   }
  
  
  

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