diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-29 10:42:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-01-29 10:42:58 +0000 |
commit | a170c3d93c955242908815bd7e5b013334befde4 (patch) | |
tree | 069bb00862718b4950a1519379f5dc9cb12ff0ad /test/integration | |
parent | 83921f27d4aff8b24c3a3e4685b92196d3439424 (diff) | |
download | redmine-a170c3d93c955242908815bd7e5b013334befde4.tar.gz redmine-a170c3d93c955242908815bd7e5b013334befde4.zip |
Merged r16287 to r16289 (#24416).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16299 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/account_test.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb index 0f12a1c83..b308cf47d 100644 --- a/test/integration/account_test.rb +++ b/test/integration/account_test.rb @@ -118,6 +118,9 @@ class AccountTest < Redmine::IntegrationTest assert !token.expired? get "/account/lost_password", :token => token.value + assert_redirected_to '/account/lost_password' + + follow_redirect! assert_response :success assert_template "account/password_recovery" assert_select 'input[type=hidden][name=token][value=?]', token.value |