summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-29 10:42:58 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-29 10:42:58 +0000
commita170c3d93c955242908815bd7e5b013334befde4 (patch)
tree069bb00862718b4950a1519379f5dc9cb12ff0ad /test/integration
parent83921f27d4aff8b24c3a3e4685b92196d3439424 (diff)
downloadredmine-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.rb3
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