Fixed more Windows tests

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2659 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-10-16 22:08:11 +00:00
parent cbbb036866
commit 8d9ee72a78

View File

@@ -42,8 +42,8 @@ class DateHelperTest < Test::Unit::TestCase
end
def test_distance_in_words_date
start_date = Date.new 1904, 1, 31
end_date = Date.new 1906, 4, 17
start_date = Date.new 1975, 1, 31
end_date = Date.new 1977, 4, 17
assert_not_equal("13 minutes",
distance_of_time_in_words(start_date, end_date))
end