From: Pieter v. Z. <pv...@us...> - 2005-08-05 12:56:42
|
Update of /cvsroot/coefficient/mailForum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17940/modules/mailForum Modified Files: changelog.txt Log Message: MailForumTest: both tests (testForumCreation and testListingOfForums) are now working. moved some methods for setting up the db from MailforumTest to the TestDBSetup class. One instance is created of the db and context and used by both tests. Need to move the code in the constructor to the setUp(); tearDown(); methods of the testcase Index: changelog.txt =================================================================== RCS file: /cvsroot/coefficient/mailForum/changelog.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** changelog.txt 5 Aug 2005 09:13:33 -0000 1.7 --- changelog.txt 5 Aug 2005 12:56:26 -0000 1.8 *************** *** 4,7 **** --- 4,11 ---- added loginUser to login the user and set the user in the session. + pvz: MailForumTest: both tests (testForumCreation and testListingOfForums) are now working. moved some methods for setting up the db from MailforumTest to + the TestDBSetup class. One instance is created of the db and context and used by both tests. Need to move the code in the constructor to the + setUp(); tearDown(); methods of the testcase + 02/08/2005 pvzyl: Added src-test to this module and the MailForumTest case |