added sso with ispassive check

This commit is contained in:
Frédéric Péters 2008-03-21 17:47:48 +00:00
parent 77a09ee940
commit f4d3e6e877
1 changed files with 11 additions and 0 deletions

View File

@ -40,3 +40,14 @@ url http://localhost:10002
find 'Logged in'
''')
def test_sso_ispassive():
twill.commands.reset_browser()
twill.execute_string('''
go http://localhost:10002
fv 1 is_passive true
submit
url http://localhost:10002
find 'Unknown authentication failure'
''')