|
From: <jgr...@us...> - 2003-10-30 14:42:37
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv1874/tests Modified Files: TestHTML.script Log Message: Fix bug 831472 jump_to_message was broken if there was a password; added test for this case Index: TestHTML.script =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTML.script,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** TestHTML.script 13 Oct 2003 20:23:41 -0000 1.20 --- TestHTML.script 30 Oct 2003 14:42:33 -0000 1.21 *************** *** 369,372 **** --- 369,386 ---- MATCH Recent Messages + # jump_to_message and a password + + GET /security + INPUTIS password + CONFIGIS html_password + SETSUBMIT password secret + GET /jump_to_message?view=popfile10000=1.msg + MATCH Enter password: + SETSUBMIT password secret + MATCH Single Message View + MATCH Testing Refresh + GET /security + SETSUBMIT password + # Quick Magnets |