From 8d9ee72a78d4f820a6827562d46faf9a8b091267 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 16 Oct 2005 22:08:11 +0000 Subject: Fixed more Windows tests git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2659 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/date_helper_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/test/template/date_helper_test.rb') diff --git a/actionpack/test/template/date_helper_test.rb b/actionpack/test/template/date_helper_test.rb index ac2a62129d..a890baa115 100755 --- a/actionpack/test/template/date_helper_test.rb +++ b/actionpack/test/template/date_helper_test.rb @@ -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 -- cgit v1.2.3