diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-16 16:35:21 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-16 16:35:21 +0000 |
commit | 570e1b1d626543738cec3dc3ed07da73a47a98dd (patch) | |
tree | 47e8deacbab65a1722ce7874e646b2f2feda5f32 /test | |
parent | 7f1fb7ce81ddd02006ee9050f2a56b249f9dd474 (diff) | |
download | redmine-570e1b1d626543738cec3dc3ed07da73a47a98dd.tar.gz redmine-570e1b1d626543738cec3dc3ed07da73a47a98dd.zip |
Removed assertion that is susceptible to fail if test runs slowly.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10011 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/account_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb index d50bb894e..905beb0a9 100644 --- a/test/integration/account_test.rb +++ b/test/integration/account_test.rb @@ -66,8 +66,6 @@ class AccountTest < ActionController::IntegrationTest assert_template 'my/page' assert_equal user.id, session[:user_id] assert_not_nil user.reload.last_login_on - seconds_ago = 10.second.ago.utc - assert user.last_login_on.utc > 10.second.ago.utc, "#{user.last_login_on.utc} was not > #{seconds_ago}" end def test_lost_password |