From: Pieter v. Z. <pv...@us...> - 2005-08-10 08:06:34
|
Update of /cvsroot/coefficient/mailForum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6406/modules/mailForum Modified Files: changelog.txt Log Message: added MailForumModuleTestSuite to included all test cases for the mailForum module Index: changelog.txt =================================================================== RCS file: /cvsroot/coefficient/mailForum/changelog.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** changelog.txt 5 Aug 2005 12:56:26 -0000 1.8 --- changelog.txt 10 Aug 2005 08:06:26 -0000 1.9 *************** *** 1,3 **** --- 1,11 ---- + ============= + MailForum Module + ============= + + 10/08/2005 + pvz: added MailForumModuleTestSuite to included all test cases for the mailForum module + 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. |