From: Pieter v. Z. <pv...@us...> - 2005-08-10 08:35:29
|
Update of /cvsroot/coefficient/coefficient In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12720 Modified Files: changelog.txt Log Message: added : ProjectMemberTest and ProjectTest, CoefficientTestCase.DEFAULT_DATA. Changed TestDBSetup: constructor and getInstance and added testSuites. Index: changelog.txt =================================================================== RCS file: /cvsroot/coefficient/coefficient/changelog.txt,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** changelog.txt 5 Aug 2005 12:57:02 -0000 1.34 --- changelog.txt 10 Aug 2005 08:35:20 -0000 1.35 *************** *** 2,5 **** --- 2,17 ---- ===================== + 10/08/2005 + pvz: Added ProjectMemberTest and ProjectTest to test the Project and ProjectMember classes. There is more work needed here. + ProjectMemberTest has a setup method which uses: CoefficientTestCase.DEFAULT_DATA + + pvz: Changed TestDBSetup: constructor TestDBSetup(String type) and getInstance(String type) to use CoefficientTestCase.DEFAULT_DATA + pvz: added CoefficientCoreTestSuite (includes ProjectMemberTest and ProjectTest currently) and + CoefficientModulesTestSuite (not being used at the moment) and CoefficientAllTestSuite. + + pvz: added comments to UserAdmin about some improvements. + + + 05/08/2005 pvz: added getters and setters in BaseCoefficientContext for the 3 maps: session,requestData and requestAttributes. These are added so *************** *** 11,14 **** --- 23,28 ---- setupBasics is now called here. This class is now a singleton. Add the results: the context into a map. + PVZ: added the license and removed CURRENT_PROJECT from CoefficientTestCase and TestDBSetup + 03/08/2005 pvz: added XMLJndiUtil to create a (at this stage) mock JNDI table from the server.xml.snippit. |