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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]