The build failed.

CHANGES
-------
Revision 8681 committed by bitsweat on 2008-01-21 17:20:51
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails

  M /trunk/activerecord/test/cases/finder_test.rb
  A /trunk/activerecord/test/config.rb
  M /trunk/activerecord/test/cases/transactions_test.rb
  M /trunk/activerecord/test/cases/schema_dumper_test.rb
  M /trunk/activerecord/test/connections/native_sqlite3/connection.rb
  A /trunk/activerecord/test/cases/helper.rb
  M /trunk/activerecord/RUNNING_UNIT_TESTS
  M /trunk/activerecord/test/cases/connection_test_mysql.rb
  M /trunk/activerecord/test/cases/adapter_test_sqlserver.rb
  M /trunk/activerecord/test/cases/associations/cascaded_eager_loading_test.rb
  M /trunk/activerecord/test/cases/deprecated_finder_test.rb
  M /trunk/activerecord/test/cases/migration_test.rb
  M /trunk/activerecord/test/connections/native_sqlite3/in_memory_connection.rb
  M /trunk/activerecord/test/cases/associations_test.rb
  M /trunk/activerecord/test/cases/lifecycle_test.rb
  M /trunk/activerecord/test/cases/synonym_test_oracle.rb
  M /trunk/activerecord/test/cases/column_alias_test.rb
  M /trunk/activerecord/test/cases/modules_test.rb
  M /trunk/activerecord/test/cases/fixtures_test.rb
  M /trunk/activerecord/test/cases/base_test.rb
  M /trunk/activerecord/test/cases/associations/extension_test.rb
  M /trunk/activerecord/test/cases/validations_test.rb
  D /trunk/activerecord/test/association_inheritance_reload.rb
  A /trunk/activerecord/test/fixtures/.gitignore
  M /trunk/activerecord/test/cases/threaded_connections_test.rb
  M /trunk/activerecord/test/cases/ar_schema_test.rb
  M /trunk/activerecord/test/cases/associations/eager_test.rb
  M /trunk/activerecord/test/cases/associations/eager_singularization_test.rb
  M /trunk/activerecord/test/cases/default_test_firebird.rb
  M /trunk/activerecord/test/cases/migration_test_firebird.rb
  M /trunk/activerecord/test/cases/aaa_create_tables_test.rb
  M /trunk/activerecord/test/cases/unconnected_test.rb
  M /trunk/activerecord/test/cases/aggregations_test.rb
  M /trunk/activerecord/test/cases/pk_test.rb
  A /trunk/activerecord/lib/active_record/test_case.rb
  M /trunk/activerecord/test/cases/readonly_test.rb
  M /trunk/activerecord/test/cases/associations/join_model_test.rb
  M /trunk/activerecord/test/cases/callbacks_test.rb
  M /trunk/activerecord/test/cases/active_schema_test_mysql.rb
  M /trunk/activerecord/test/cases/adapter_test.rb
  M /trunk/activerecord/test/cases/schema_test_postgresql.rb
  A /trunk/activerecord/.gitignore
  M /trunk/activerecord/test/cases/inheritance_test.rb
  M /trunk/activerecord/test/cases/reflection_test.rb
  M /trunk/activerecord/test/cases/date_time_test.rb
  M /trunk/activerecord/test/cases/xml_serialization_test.rb
  M /trunk/activerecord/test/cases/datatype_test_postgresql.rb
  M /trunk/activerecord/test/cases/multiple_db_test.rb
  M /trunk/activerecord/test/cases/copy_table_test_sqlite.rb
  M /trunk/activerecord/test/cases/schema_authorization_test_postgresql.rb
  M /trunk/activerecord/Rakefile
  M /trunk/activerecord/test/cases/connection_test_firebird.rb
  D /trunk/activerecord/test/abstract_unit.rb
  M /trunk/activerecord/test/cases/json_serialization_test.rb
  M /trunk/activerecord/test/cases/defaults_test.rb
  M /trunk/activerecord/test/cases/serialization_test.rb
  M /trunk/activerecord/test/cases/associations/callbacks_test.rb
  M /trunk/activerecord/test/cases/class_inheritable_attributes_test.rb
  M /trunk/activerecord/test/cases/calculations_test.rb
  D /trunk/activerecord/test/all.sh
  M /trunk/activerecord/test/cases/binary_test.rb
  M /trunk/activerecord/test/cases/mixin_test.rb
  M /trunk/activerecord/test/cases/associations/inner_join_association_test.rb
  M /trunk/activerecord/test/cases/locking_test.rb
  M /trunk/activerecord/test/cases/attribute_methods_test.rb
  M /trunk/activerecord/test/cases/query_cache_test.rb
  M /trunk/activerecord/test/connections/native_sqlite/connection.rb
  M /trunk/activerecord/test/cases/table_name_test_sqlserver.rb
  M /trunk/activerecord/test/cases/reserved_word_test_mysql.rb
  M /trunk/activerecord/test/cases/method_scoping_test.rb

Revision 8682 committed by bitsweat on 2008-01-21 17:21:12
Add missing author_addresses.yml fixture. Closes #10592.

  A /trunk/activerecord/test/fixtures/author_addresses.yml



TEST FAILURES AND ERRORS
-----------------------
Name: test_should_return_nil_as_average(CalculationsTest)
Type: Failure
Message: <nil> expected but was
<1586.43>.

./test/cases/calculations_test.rb:25:in `test_should_return_nil_as_average'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'


Name: test_create_without_loading_association(HasManyAssociationsTest)
Type: Failure
Message: 3 instead of 1 queries were executed.
<1> expected but was
<3>.

./test/cases/../../lib/active_record/test_case.rb:28:in `assert_queries'
     ./test/cases/associations_test.rb:827:in 
`test_create_without_loading_association'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'


Name: test_not_resaved_when_unchanged(HasOneAssociationsTest)
Type: Failure
Message: 3 instead of 1 queries were executed.
<1> expected but was
<3>.

./test/cases/../../lib/active_record/test_case.rb:28:in `assert_queries'
     ./test/cases/associations_test.rb:444:in `test_not_resaved_when_unchanged'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'


Name: test_save_on_parent_saves_children(AssociationProxyTest)
Type: Failure
Message: <1> expected but was
<2>.

./test/cases/associations_test.rb:146:in `test_save_on_parent_saves_children'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'


Name: test_should_return_nil_as_average(CalculationsTest)
Type: Failure
Message: <nil> expected but was
<1586.43>.

./test/cases/calculations_test.rb:25:in `test_should_return_nil_as_average'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'


Name: test_create_without_loading_association(HasManyAssociationsTest)
Type: Failure
Message: 3 instead of 1 queries were executed.
<1> expected but was
<3>.

./test/cases/../../lib/active_record/test_case.rb:28:in `assert_queries'
     ./test/cases/associations_test.rb:827:in 
`test_create_without_loading_association'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'


Name: test_not_resaved_when_unchanged(HasOneAssociationsTest)
Type: Failure
Message: 3 instead of 1 queries were executed.
<1> expected but was
<3>.

./test/cases/../../lib/active_record/test_case.rb:28:in `assert_queries'
     ./test/cases/associations_test.rb:444:in `test_not_resaved_when_unchanged'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'


Name: test_save_on_parent_saves_children(AssociationProxyTest)
Type: Failure
Message: <1> expected but was
<2>.

./test/cases/associations_test.rb:146:in `test_save_on_parent_saves_children'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'


Name: test_should_return_nil_as_average(CalculationsTest)
Type: Failure
Message: <nil> expected but was
<1586.43>.

./test/cases/calculations_test.rb:25:in `test_should_return_nil_as_average'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `__send__'
     
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
 `run'


Name: test_fragment_caching_in_rjs_partials(FunctionalFragmentCachingTest)
Type: Error
Message: ActionView::TemplateError: undefined method `[]' for nil:NilClass

    On line #1 of 
usr/ccrb/shared/projects/rubyonrails/work/actionpack/test/fixtures/functional_caching/_partial.erb




See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8682 for details.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to