|
From: <jgr...@us...> - 2003-09-15 14:56:13
|
Update of /cvsroot/popfile/engine/tests/languages In directory sc8-pr-cvs1:/tmp/cvs-serv15349/tests/languages Modified Files: English.msg Log Message: BROUGHT TEST SUITE TO 100% AFTER BERKELEYDB CHANGE HTML.pm: Small modification to the way that showing an individual bucket works so that when it is cleared we show the same page with a zero word count and no words. Bayes.pm: Mechanism for marking a bucket deleted even though the files in its directory have not all disappeared. This is needed because if a user deletes a bucket while a download is occurring POPFile will have a connection open to the db which will prevent it from getting deleted. Now have a helper delete_bucket_files__ that will do the delete and add the special delete file as needed. clear_bucket can't rely on being able to remove the table.db for the same reasons as the above, so change the way in which it operates. TestBayes.tst: Tests to cover upgrading of corpus tables, fork handling and deal with the fact that the corpus is no longer in flat files. TestHTML.tst: Have to call prefork/forked/postfork when forking. Test the new force_fork UI elements. TestPOP3.tst: Have to call prefork/forked/postfork when forking. TestProxy.tst: Add code to test the forking/non-forking version of the proxy code. Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/tests/languages/English.msg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** English.msg 8 Sep 2003 18:03:58 -0000 1.2 --- English.msg 15 Sep 2003 14:55:37 -0000 1.3 *************** *** 100,103 **** --- 100,106 ---- Configuration_NNTPPort NNTP listen port Configuration_NNTPUpdate Updated NNTP port to %s; this change will not take affect until you restart POPFile + Configuration_POPFork Allow concurrent POP3 connections + Configuration_SMTPFork Allow concurrent SMTP connections + Configuration_NNTPFork Allow concurrent NNTP connections Configuration_POP3Separator POP3 host:port:user separator character Configuration_NNTPSeparator NNTP host:port:user separator character |