Report abuse


			
  1) Failure:
test_json_decoding_{a: "2007-01-01 01:12:34"}(TestJSONDecoding)
    [/opt/work/activesupport/./test/json/decoding_test.rb:33:in `test_json_decoding_{a: "2007-01-01 01:12:34"}'
     /opt/work/activesupport/./test/json/decoding_test.rb:32:in `assert_nothing_raised'
     /opt/work/activesupport/./test/json/decoding_test.rb:32:in `_wrap_assertion'
     /opt/work/activesupport/./test/json/decoding_test.rb:32:in `test_json_decoding_{a: "2007-01-01 01:12:34"}'
     /opt/work/activesupport/./test/json/decoding_test.rb:32:in `test_json_decoding_{a: "2007-01-01 01:12:34"}']:
<{"a"=>"2007-01-01 01:12:34"}> expected but was
<{"a"=>Mon Jan 01 01:12:34 +0100 2007}>.

  2) Failure:
test_object(TestJSONEncoding)
    [/opt/work/activesupport/./test/json/encoding_test.rb:40:in `test_object'
     /opt/work/activesupport/./test/json/encoding_test.rb:39:in `each'
     /opt/work/activesupport/./test/json/encoding_test.rb:39:in `test_object'
     /opt/work/activesupport/./test/json/encoding_test.rb:39:in `test_object']:
<"{\"a\": 1, \"b\": 2}"> expected but was
<"{\"b\": 2, \"a\": 1}">.