The current test with PRF working on response is failing
The issue seems related to OPENIG-4755
Steps to reproduce :
- - git pull PyForge
- - ./cleanup.py -f
- - ./configure.py
- - launch the following commands (on Linux/Mac), in the PyForge root directory :
export PYFORGE_ROOT_DIR=`pwd`; source PyBot/OpenIG/tools/.qa_tools; ppth
- - launch the tests with the following alias
rig -s Filters/PasswordReplayFilter/PasswordReplayFilterOnResponse -t Filling_Simple_Login_Form_Should_Log_User_If_Authorized_On_Application -n
Servers are then available for checks... (NB : test may have been modified, to expect the current error)
- - ./cleanup.py -f
|