summaryrefslogtreecommitdiffstats
path: root/test/integration/account_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-03-28 12:30:48 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-03-28 12:30:48 +0000
commit3d78a1b3f31f5034d47a9354eeeb3e03b292beab (patch)
treebda9205d8ac7ffc7b0840ae8864a965c5774b7b1 /test/integration/account_test.rb
parentf1b5127cbbf7720cbe69a5cbfd90aaba80887ac7 (diff)
downloadredmine-3d78a1b3f31f5034d47a9354eeeb3e03b292beab.tar.gz
redmine-3d78a1b3f31f5034d47a9354eeeb3e03b292beab.zip
Test failure (#3041).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2640 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/account_test.rb')
-rw-r--r--test/integration/account_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb
index e8ae884a6..497d510f4 100644
--- a/test/integration/account_test.rb
+++ b/test/integration/account_test.rb
@@ -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