|
From: naoki i. <am...@us...> - 2008-04-18 12:41:44
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14105/tests Modified Files: TestHTML.script Log Message: Change Log 1. Added 'Current active user sessions' section in the administration tab ( in the multiuser mode only ) 2. New function get_current_sessions() UI/HTML.pm Classifier/Bayes.pm POPFile/API.pm skins/default/administration-page.thtml languages/English.msg languages/Nihongo.msg This will allow administrators to check the current users' activities. NOTE : The administrator's session ( got by get_administrator_session_key ) is not be shown. 3. In the multiuser mode, the login user name is shown at the bottom of the UI UI/HTML.pm The login user name is shown instead of the last login user name. 4. XML-RPC stealth/server setting is now configured correctly UI/XMLRPC.pm 5. Add some status messages in the UI UI/HTML.pm UI/XMLRPC.pm Proxy/POP3.pm Proxy/SMTP.pm Proxy/NNTP.pm languages/English.msg languages/Nihongo.msg tests/TestHTML.script Magnet tab Administration tab 6. Avoid redirect to logout or shutdown page from the password page UI/HTML.pm 7. Password page for the single user mode is restored UI/HTML.pm 8. Update language file languages/Nihongo.msg 9. Minor changes of the skins skins/default/common-bottom.thtml skins/default/administration-page.thtml Current state of the test suite: TestBayesScript PASS TestBayes PASS TestConfiguration PASS * TestHistory PASS TestHTML PASS * TestHTTP PASS TestIMAP PASS TestInsertScript PASS * TestLogger PASS TestMailParse PASS TestModule PASS TestMQ PASS TestMutex PASS TestPipeScript PASS TestPOP3 PASS TestProxy PASS TestWordMangle PASS TestXMLRPC PASS * : TODO : needs to add tests for multi user support Index: TestHTML.script =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTML.script,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** TestHTML.script 17 Apr 2008 15:13:05 -0000 1.37 --- TestHTML.script 18 Apr 2008 12:41:49 -0000 1.38 *************** *** 656,671 **** INPUTIS type5 to MAGNETIS personal to newmagnetvalue ! INPUTIS text1 foo ! INPUTIS bucket1 personal ! INPUTIS type1 from ! INPUTIS text2 oldstyle ! INPUTIS bucket2 personal ! INPUTIS type2 from ! INPUTIS text3 bar ! INPUTIS bucket3 personal ! INPUTIS type3 subject ! INPUTIS text4 baz\@baz.com ! INPUTIS bucket4 personal ! INPUTIS type4 to # Check the magnet navigator --- 656,671 ---- INPUTIS type5 to MAGNETIS personal to newmagnetvalue ! INPUTIS text1 foo ! INPUTIS bucket1 personal ! INPUTIS type1 from ! INPUTIS text2 oldstyle ! INPUTIS bucket2 personal ! INPUTIS type2 from ! INPUTIS text3 bar ! INPUTIS bucket3 personal ! INPUTIS type3 subject ! INPUTIS text4 baz\@baz.com ! INPUTIS bucket4 personal ! INPUTIS type4 to # Check the magnet navigator *************** *** 698,702 **** SETINPUT remove5 on CLICK delete ! NOTMATCH newmagnetvalue NOTMATCH type5 --- 698,703 ---- SETINPUT remove5 on CLICK delete ! MATCH Removed the magnet 'to: newmagnetvalue' from bucket 'personal' ! NOTMATCH "newmagnetvalue" NOTMATCH type5 |