mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #2160 from joshk/patch-5
Changed the year of a date used in a test which fails when using 1.8.7
This commit is contained in:
@@ -158,7 +158,7 @@ class StringInflectionsTest < Test::Unit::TestCase
|
||||
assert_equal Time.local(2005, 2, 27, 23, 50, 19, 275038), "2005-02-27T23:50:19.275038".to_time(:local)
|
||||
assert_equal DateTime.civil(2039, 2, 27, 23, 50), "2039-02-27 23:50".to_time
|
||||
assert_equal Time.local_time(2039, 2, 27, 23, 50), "2039-02-27 23:50".to_time(:local)
|
||||
assert_equal Time.utc(2039, 2, 27, 23, 50), "2039-02-27 22:50 -0100".to_time
|
||||
assert_equal Time.utc(2011, 2, 27, 23, 50), "2011-02-27 22:50 -0100".to_time
|
||||
assert_nil "".to_time
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user