Update of /cvsroot/coefficient/coefficient/src-test/za/org/coefficient/testing
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9583/src-test/za/org/coefficient/testing
Modified Files:
CoefficientTestCase.java
Log Message:
adde comments and : DEFAULT_DATA
Index: CoefficientTestCase.java
===================================================================
RCS file: /cvsroot/coefficient/coefficient/src-test/za/org/coefficient/testing/CoefficientTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CoefficientTestCase.java 5 Aug 2005 13:41:53 -0000 1.3
--- CoefficientTestCase.java 10 Aug 2005 08:19:58 -0000 1.4
***************
*** 27,36 ****
/**
! * @author pvzyl Jul 19, 2005 This forms the base class for testing in
! * Coefficient
*/
public class CoefficientTestCase extends TestCase {
public static String CURRENT_CONTEXT = "CURRENT_CONTEXT";
/**
--- 27,41 ----
/**
! * This forms the base class for testing in Coefficient
! * We created a seperate test folder, but same package structure based on the
! * JUnit Primer: http://www.clarkware.com/articles/JUnitPrimer.html Step 5.
! * and recommendations from TFogwill.
! *
! * @author pvzyl Jul 19, 2005
*/
public class CoefficientTestCase extends TestCase {
public static String CURRENT_CONTEXT = "CURRENT_CONTEXT";
+ public static String DEFAULT_DATA="DEFAULT_DATA";
/**
|