Skip to content

Instantly share code, notes, and snippets.

@saimonmoore
Created September 25, 2012 13:49
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 saimonmoore/3782040 to your computer and use it in GitHub Desktop.
Save saimonmoore/3782040 to your computer and use it in GitHub Desktop.
activerecord 3-1-stable failures
Finished tests in 91.886982s, 33.9221 tests/s, 105.4883 assertions/s.
1) Failure:
test_should_serialize_binary(NilXmlSerializationTest) [/Volumes/Media/Development/OpenSource/forks/rails/activerecord/test/cases/xml_serialization_test.rb:124]:
Failed assertion, no message given.
2) Failure:
test_should_serialize_boolean(NilXmlSerializationTest) [/Volumes/Media/Development/OpenSource/forks/rails/activerecord/test/cases/xml_serialization_test.rb:139]:
Failed assertion, no message given.
3) Failure:
test_should_serialize_datetime(NilXmlSerializationTest) [/Volumes/Media/Development/OpenSource/forks/rails/activerecord/test/cases/xml_serialization_test.rb:132]:
Failed assertion, no message given.
4) Failure:
test_should_serialize_integer(NilXmlSerializationTest) [/Volumes/Media/Development/OpenSource/forks/rails/activerecord/test/cases/xml_serialization_test.rb:117]:
Failed assertion, no message given.
5) Failure:
test_should_serialize_string(NilXmlSerializationTest) [/Volumes/Media/Development/OpenSource/forks/rails/activerecord/test/cases/xml_serialization_test.rb:113]:
Expected /<name nil="true"><\/name>/ to match "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<xml-contact>\n <name nil=\"true\"/>\n <age type=\"integer\" nil=\"true\"/>\n <avatar type=\"binary\" nil=\"true\" encoding=\"base64\"/>\n <created-at type=\"datetime\" nil=\"true\"/>\n <awesome type=\"boolean\" nil=\"true\"/>\n <preferences nil=\"true\"/>\n</xml-contact>\n".
6) Failure:
test_should_serialize_yaml(NilXmlSerializationTest) [/Volumes/Media/Development/OpenSource/forks/rails/activerecord/test/cases/xml_serialization_test.rb:146]:
Expected /<preferences nil=\"true\"><\/preferences>/ to match "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<xml-contact>\n <name nil=\"true\"/>\n <age type=\"integer\" nil=\"true\"/>\n <avatar type=\"binary\" nil=\"true\" encoding=\"base64\"/>\n <created-at type=\"datetime\" nil=\"true\"/>\n <awesome type=\"boolean\" nil=\"true\"/>\n <preferences nil=\"true\"/>\n</xml-contact>\n".
7) Skipped:
test_load_infinity_and_beyond(TimestampTest) [/Volumes/Media/Development/OpenSource/forks/rails/activerecord/test/cases/timestamp_test.rb:20]:
only tested on postgresql
8) Skipped:
test_save_infinity_and_beyond(TimestampTest) [/Volumes/Media/Development/OpenSource/forks/rails/activerecord/test/cases/timestamp_test.rb:34]:
only tested on postgresql
3117 tests, 9693 assertions, 6 failures, 0 errors, 2 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment