##// END OF EJS Templates
Test failure (#3041)....
Jean-Philippe Lang -
r2551:3d78a1b3f31f
parent child
Show More
@@ -66,7 +66,7 class AccountTest < ActionController::IntegrationTest
66 66 assert_template 'my/page'
67 67 assert_equal user.id, session[:user_id]
68 68 assert_not_nil user.reload.last_login_on
69 assert user.last_login_on > 2.second.ago
69 assert user.last_login_on.utc > 10.second.ago.utc
70 70 end
71 71
72 72 def test_lost_password
General Comments 0
You need to be logged in to leave comments. Login now