|
From: <jgr...@us...> - 2003-08-28 15:27:23
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv20924/tests Modified Files: TestHTML.script Log Message: Bring TestPOP3 up to 100% coverage by handling the error message that occurs when the secure port is out of range Index: TestHTML.script =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTML.script,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** TestHTML.script 24 Aug 2003 01:20:34 -0000 1.14 --- TestHTML.script 28 Aug 2003 15:27:20 -0000 1.15 *************** *** 654,657 **** --- 654,661 ---- CONFIGIS pop3_secure_port 111 MATCH Updated POP3 SPA/AUTH port to 111; this change will not take affect until you restart POPFile + SETSUBMIT sport 0 + INPUTIS sport 111 + CONFIGIS pop3_secure_port 111 + MATCH The port must be a number between 1 and 65535 # Check autoupdate |