From: Pieter v. Z. <pv...@us...> - 2005-08-05 09:13:41
|
Update of /cvsroot/coefficient/mailForum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12684/modules/mailForum Modified Files: changelog.txt Log Message: added in MailForumTest: testForumCreation(), setupBasics(), checkExistence(to test if and object was created in the db) added CURRENT_CONTEXT and CURRENT_PROJECT. I am now using ONE context object as I am setting up the test case. added loginUser to login the user and set the user in the session. Index: changelog.txt =================================================================== RCS file: /cvsroot/coefficient/mailForum/changelog.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** changelog.txt 30 Jun 2005 11:21:27 -0000 1.6 --- changelog.txt 5 Aug 2005 09:13:33 -0000 1.7 *************** *** 1,2 **** --- 1,13 ---- + 05/08/2005 + pvz: added in MailForumTest: testForumCreation(), setupBasics(), checkExistence(to test if and object was created in the db) + added CURRENT_CONTEXT and CURRENT_PROJECT. I am now using ONE context object as I am setting up the test case. + added loginUser to login the user and set the user in the session. + + 02/08/2005 + pvzyl: Added src-test to this module and the MailForumTest case + + =========== + V0-9-6: + =========== 30/06/2005 pvz: these jars should not be here. These must be copied or be build from the Dithaka project and either be moved here |