Commit 3d78a1b3 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Test failure (#3041).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2640 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent f1b5127c
......@@ -66,7 +66,7 @@ class AccountTest < ActionController::IntegrationTest
assert_template 'my/page'
assert_equal user.id, session[:user_id]
assert_not_nil user.reload.last_login_on
assert user.last_login_on > 2.second.ago
assert user.last_login_on.utc > 10.second.ago.utc
end
def test_lost_password
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment