U test/mixin_test.rb U test/associations_test.rb U test/migration_test.rb U test/associations/join_model_test.rb U test/associations/eager_test.rb U test/fixtures/developer.rb A test/fixtures/citation.rb U test/fixtures/db_definitions/schema.rb A test/fixtures/book.rb U test/fixtures/author.rb A test/fixtures/books.yml U test/aggregations_test.rb U test/validations_test.rb U Rakefile U lib/active_record/connection_adapters/abstract/quoting.rb U lib/active_record/version.rb U lib/active_record/acts/list.rb U lib/active_record/associations/association_collection.rb U lib/active_record/associations/has_many_association.rb U lib/active_record/associations/has_many_through_association.rb U lib/active_record/associations.rb U CHANGELOG Updated to revision 13590. /home/moriq/src/rails/activesupport/lib/active_support/deprecation.rb:150: warning: undefining `object_id' may cause serious problem /home/moriq/src/rails/activesupport/lib/active_support/option_merger.rb:4: warning: undefining `object_id' may cause serious problem /home/moriq/src/rails/activerecord/lib/active_record/associations/association_proxy.rb:8: warning: undefining `object_id' may cause serious problem /home/moriq/src/rails/activesupport/lib/active_support/breakpoint.rb:132: warning: undefining `object_id' may cause serious problem /home/moriq/src/rails/activesupport/lib/active_support/breakpoint.rb:132: warning: undefining `__send' may cause serious problem /home/moriq/src/rails/activesupport/lib/active_support/breakpoint.rb:132: warning: undefining `__send!' 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.0371s -- create_table(:tags, {:force=>true}) -> 0.0088s -- create_table(:categorizations, {:force=>true}) -> 0.0069s -- add_column(:posts, :taggings_count, :integer, {:default=>0}) -> 0.0483s -- add_column(:authors, :author_address_id, :integer) -> 0.0580s -- create_table(:author_addresses, {:force=>true}) -> 0.0091s -- create_table(:author_favorites, {:force=>true}) -> 0.0067s -- create_table(:vertices, {:force=>true}) -> 0.0060s -- create_table(:edges, {:force=>true}) -> 0.0078s -- add_index(:edges, [:source_id, :sink_id], {:unique=>true, :name=>"unique_edge_index"}) -> 0.0197s -- create_table(:lock_without_defaults, {:force=>true}) -> 0.0060s -- create_table(:lock_without_defaults_cust, {:force=>true}) -> 0.0069s -- create_table(:audit_logs, {:force=>true}) -> 0.0369s -- create_table(:books, {:force=>true}) -> 0.0216s -- create_table(:citations, {:force=>true}) -> 0.0219s Loaded suite base_test Started ..F.F.........................................F..F....F....................................F........................../home/moriq/src/rails/activesupport/lib/active_support/multibyte/chars.rb:117: warning: variable $KCODE is no longer effective .F/home/moriq/src/rails/activesupport/lib/active_support/multibyte/chars.rb:117: warning: variable $KCODE is no longer effective ./home/moriq/src/rails/activesupport/lib/active_support/multibyte/chars.rb:117: warning: variable $KCODE is no longer effective ./home/moriq/src/rails/activesupport/lib/active_support/multibyte/chars.rb:117: warning: variable $KCODE is no longer effective ./home/moriq/src/rails/activesupport/lib/active_support/multibyte/chars.rb:117: warning: variable $KCODE is no longer effective ./home/moriq/src/rails/activesupport/lib/active_support/multibyte/chars.rb:117: warning: variable $KCODE is no longer effective ............... Finished in 1.315916 seconds. 1) Failure: test_array_to_xml_including_belongs_to_association(BasicsTest) [base_test.rb:1508]: is not true. 2) Failure: test_array_to_xml_including_has_one_association(BasicsTest) [base_test.rb:1502]: 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:1978:in `[]=' /home/moriq/src/rails/activerecord/lib/active_record/base.rb:1978: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:1858: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:1546]: <["author_name", "type", "id", "approved", "replies_count", "bonus_time", "written_on", "content", "author_email_address", "parent_id", "last_read"]> expected but was <["approved", "author_email_address", "author_name", "bonus_time", "content", "id", "last_read", "parent_id", "replies_count", "type", "written_on"]>. 5) Failure: test_include_attributes(BasicsTest) [base_test.rb:1558]: <["title", "author_name", "type", "id", "approved"]> expected but was <["approved", "author_name", "id", "title", "type"]>. 6) Failure: test_reader_generation(BasicsTest) [base_test.rb:1597: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:1515]: is not true. 139 tests, 436 assertions, 7 failures, 0 errors