summaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-02-25 10:41:48 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-02-25 10:41:48 +0000
commitc1fd8b99431a3ccc203576c358e750eb5d15774a (patch)
tree643e0534623b7d8516be847b5015647dd702c119 /tests/integration
parent4f01ae30cfc6e5b816479d08d8fe39c651316bcf (diff)
downloadlasso-c1fd8b99431a3ccc203576c358e750eb5d15774a.tar.gz
lasso-c1fd8b99431a3ccc203576c358e750eb5d15774a.tar.xz
lasso-c1fd8b99431a3ccc203576c358e750eb5d15774a.zip
removed debugging saving
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/saml2/test_01_sso.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/saml2/test_01_sso.py b/tests/integration/saml2/test_01_sso.py
index 3d4b6cdb..3b7277bb 100644
--- a/tests/integration/saml2/test_01_sso.py
+++ b/tests/integration/saml2/test_01_sso.py
@@ -4,13 +4,11 @@ def test_sso_default():
twill.commands.reset_browser()
twill.execute_string('''
go http://localhost:10001
-save_html /tmp/haze.html
go http://localhost:10002
submit
fv 1 username fred
fv 1 password fred
submit
-#submit consent
url http://localhost:10002
find 'Logged in'
''')