Skip to content

Instantly share code, notes, and snippets.

@noniq
Created April 6, 2012 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noniq/2318406 to your computer and use it in GitHub Desktop.
Save noniq/2318406 to your computer and use it in GitHub Desktop.
Test failures in delocalize/spike (Ruby 1.9.3, Rails 3.2.3)
1) Failure:
test_delocalizes_localized_date_without_year(DelocalizeActiveRecordTest) [delocalize/test/delocalize_test.rb:53]:
<Mon, 19 Oct 2009> expected but was
<Fri, 19 Oct 2012>.
2) Failure:
test_delocalizes_localized_time_(DST)(DelocalizeActiveRecordTest) [delocalize/test/delocalize_test.rb:79]:
<Sun, 01 Mar 2009 09:00:00 CET +01:00> expected but was
<Fri, 06 Apr 2012 09:00:00 CEST +02:00>.
3) Failure:
test_uses_default_parse_if_format_isn't_found_(non-DST)(DelocalizeActiveRecordTest) [delocalize/test/delocalize_test.rb:110]:
<Sun, 01 Mar 2009 08:00:00 CET +01:00> expected but was
<2000-01-01 08:00:00 +0100>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment