Tests integration: remove save_html hooks, after fed termination logout button should still be there

This commit is contained in:
Benjamin Dauvergne 2010-01-14 16:18:36 +00:00
parent 020a7583ab
commit f3d87217f2
2 changed files with 7 additions and 6 deletions

View File

@ -44,7 +44,6 @@ fv 1 password fred
submit
url http://localhost:10002
go http://localhost:10001
save_html /tmp/a1.html
fv 2 slo 'Single Logout'
submit 'Single Logout'
url http://localhost:10001

View File

@ -11,9 +11,10 @@ submit
url http://localhost:10002
submit fedterm-redirect
url http://localhost:10002
find 'Log on'
notfind 'Log on'
find 'Single Logout'
find 'Federation Termination'
go http://localhost:10001
save_html /tmp/a.html
find 'Local Logout'
''')
@ -28,9 +29,8 @@ submit
url http://localhost:10002
submit fedterm-soap
url http://localhost:10002
find 'Log on'
notfind 'Log on'
go http://localhost:10001
save_html /tmp/b.html
find 'Local Logout'
''')
@ -46,7 +46,9 @@ submit
url http://localhost:10002
submit fedterm-soap
url http://localhost:10002
find 'Log on'
notfind 'Log on'
find 'Single Logout'
find 'Federation Termination'
go http://localhost:10001
fv 2 binding SOAP
fv 2 slo 'Single Logout'