U test/associations/join_model_test.rb U test/fixtures/vertex.rb U lib/active_record/vendor/mysql.rb U lib/active_record/associations/has_many_through_association.rb U CHANGELOG Updated to revision 9364. warning: undefining `object_id' may cause serious problem warning: undefining `object_id' may cause serious problem warning: undefining `object_id' may cause serious problem warning: undefining `__send' may cause serious problem warning: undefining `__send!' may cause serious problem warning: undefining `object_id' may cause serious problem Using native SQLite3 SQLite3 database not found at /home/moriq/src/rails/activerecord/test/fixtures/fixture_database.sqlite3. Rebuilding it. Executing 'sqlite3 /home/moriq/src/rails/activerecord/test/fixtures/fixture_database.sqlite3 "create table a (a integer); drop table a;"' SQLite3 database not found at /home/moriq/src/rails/activerecord/test/fixtures/fixture_database_2.sqlite3. Rebuilding it. Executing 'sqlite3 /home/moriq/src/rails/activerecord/test/fixtures/fixture_database_2.sqlite3 "create table a (a integer); drop table a;"' -- adapter_name() -> 0.0000s -- create_table(:taggings, {:force=>true}) -> 0.0642s -- create_table(:tags, {:force=>true}) -> 0.0094s -- create_table(:categorizations, {:force=>true}) -> 0.0088s -- add_column(:posts, :taggings_count, :integer, {:default=>0}) -> 0.0533s -- add_column(:authors, :author_address_id, :integer) -> 0.0538s -- create_table(:author_addresses, {:force=>true}) -> 0.0221s -- create_table(:author_favorites, {:force=>true}) -> 0.0235s -- create_table(:vertices, {:force=>true}) -> 0.0211s -- create_table(:edges, {:force=>true}) -> 0.0175s -- add_index(:edges, [:source_id, :sink_id], {:name=>"unique_edge_index", :unique=>true}) -> 0.0088s -- create_table(:lock_without_defaults, {:force=>true}) -> 0.0140s -- create_table(:lock_without_defaults_cust, {:force=>true}) -> 0.0295s Loaded suite base_test Started ..F.F.........................................F..F....F...................................F..........................F................... Finished in 1.05353 seconds. 1) Failure: test_array_to_xml_including_belongs_to_association(BasicsTest) [base_test.rb:1494]: is not true. 2) Failure: test_array_to_xml_including_has_one_association(BasicsTest) [base_test.rb:1488]: is not true. 3) Failure: test_destroy_record_with_associations(BasicsTest) [base_test.rb:660]: exception expected but was Class: Message: <"can't modify frozen hash"> ---Backtrace--- /home/moriq/src/rails/activerecord/lib/active_record/base.rb:1976:in `[]=' /home/moriq/src/rails/activerecord/lib/active_record/base.rb:1976:in `write_attribute' /home/moriq/src/rails/activerecord/lib/active_record/attribute_methods.rb:67:in `attribute=' /home/moriq/src/rails/activerecord/lib/active_record/base.rb:1856:in `method_missing' base_test.rb:660:in `block in test_destroy_record_with_associations' base_test.rb:660:in `test_destroy_record_with_associations' --------------- 4) Failure: test_except_attributes(BasicsTest) [base_test.rb:1533]: <["author_name", "type", "id", "approved", "replies_count", "bonus_time", "written_on", "content", "author_email_address", "parent_id", "last_read"]> expected but was <["last_read", "id", "content", "author_email_address", "replies_count", "parent_id", "written_on", "author_name", "bonus_time", "approved", "type"]>. 5) Failure: test_include_attributes(BasicsTest) [base_test.rb:1545]: <["title", "author_name", "type", "id", "approved"]> expected but was <["id", "title", "author_name", "approved", "type"]>. 6) Failure: test_reader_generation(BasicsTest) [base_test.rb:1584:in `assert_readers' base_test.rb:298:in `test_reader_generation']: <#> expected but was <#>. 7) Failure: test_to_xml_including_belongs_to_association(BasicsTest) [base_test.rb:1501]: is not true. 137 tests, 433 assertions, 7 failures, 0 errors