From: Pieter v. Z. <pv...@us...> - 2005-08-05 12:57:13
|
Update of /cvsroot/coefficient/coefficient In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17978 Modified Files: changelog.txt Log Message: pvz: CoefficientTestCase: moved "CURRENT_CONTEXT"and "CURRENT_PROJECT" here from MailForumTest case pvz: TestDBSetup: moved some methods for setting up the db from MailforumTest to this class. setupBasics is now called here. This class is now a singleton. Add the results: the context into a map. Index: changelog.txt =================================================================== RCS file: /cvsroot/coefficient/coefficient/changelog.txt,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** changelog.txt 3 Aug 2005 08:44:10 -0000 1.33 --- changelog.txt 5 Aug 2005 12:57:02 -0000 1.34 *************** *** 2,5 **** --- 2,14 ---- ===================== + 05/08/2005 + pvz: added getters and setters in BaseCoefficientContext for the 3 maps: session,requestData and requestAttributes. These are added so + that we can have acces to thm when testing.Maybe I should move CoefficientTestingContext in the same package name so that + I can remove these public methods. + + pvz: CoefficientTestCase: moved "CURRENT_CONTEXT"and "CURRENT_PROJECT" here from MailForumTest case + pvz: TestDBSetup: moved some methods for setting up the db from MailforumTest to this class. + setupBasics is now called here. This class is now a singleton. Add the results: the context into a map. + 03/08/2005 pvz: added XMLJndiUtil to create a (at this stage) mock JNDI table from the server.xml.snippit. |