From f4d3e6e877a67ad4580e8f5e01fa98e98117e458 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 21 Mar 2008 17:47:48 +0000 Subject: [PATCH] added sso with ispassive check --- tests/integration/saml2/test_01_sso.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/integration/saml2/test_01_sso.py b/tests/integration/saml2/test_01_sso.py index 8df84662..6efe8a56 100644 --- a/tests/integration/saml2/test_01_sso.py +++ b/tests/integration/saml2/test_01_sso.py @@ -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' +''') + +