The build failed.

CHANGES
-------
Revision 7395 committed by nzkoz on 2007-09-02 23:50:51
Remove duplication in test_help.rb Closes #3328 [jarkko]

  M /trunk/railties/lib/test_help.rb

Revision 7396 committed by nzkoz on 2007-09-02 23:51:27
Properly quote the arguments to visual_effect. Closes #7220 [jeremymcanally]

  M /trunk/actionpack/test/template/scriptaculous_helper_test.rb
  M /trunk/actionpack/lib/action_view/helpers/scriptaculous_helper.rb

Revision 7397 committed by nzkoz on 2007-09-02 23:52:01
Make auto link behave well with URLs containing email addresses. Closes #7313 
[jeremymcnally]

  M /trunk/actionpack/lib/action_view/helpers/text_helper.rb
  M /trunk/actionpack/test/template/text_helper_test.rb

Revision 7398 committed by nzkoz on 2007-09-02 23:52:24
Fix task description for db:sessions:create. Closes #9419 [topfunky]

  M /trunk/railties/lib/tasks/databases.rake

Revision 7399 committed by nzkoz on 2007-09-02 23:52:58
Ensure QueryCache doesn't try to dup numeric results (does not affect the major 
OS database). Closes #7661 [tomafro, nzkoz]

  M /trunk/activerecord/test/query_cache_test.rb
  M /trunk/activerecord/lib/active_record/query_cache.rb

Revision 7400 committed by nzkoz on 2007-09-02 23:53:31
 Add array support to remote_form_for for polymorphic urls. Closes #8654 [jade]

  M /trunk/actionpack/lib/action_view/helpers/prototype_helper.rb
  M /trunk/actionpack/test/template/prototype_helper_test.rb

Revision 7401 committed by nzkoz on 2007-09-02 23:54:08
Allow Float#round to take a precision argument.  Closes #8626 [norbert]

  A /trunk/activesupport/lib/active_support/core_ext/float
  A /trunk/activesupport/lib/active_support/core_ext/float.rb
  A /trunk/activesupport/test/core_ext/float_ext_test.rb
  A /trunk/activesupport/lib/active_support/core_ext/float/rounding.rb

Revision 7402 committed by nzkoz on 2007-09-03 00:17:09
Remove deprecated functionality from edge rails.  Closes #9387 [lifofifo]

  M /trunk/activerecord/test/mixin_test.rb
  M /trunk/activerecord/test/reflection_test.rb
  M /trunk/activerecord/test/validations_test.rb
  M /trunk/activerecord/lib/active_record/validations.rb
  D /trunk/activerecord/test/deprecated_associations_test.rb
  M /trunk/activerecord/test/associations_test.rb
  D /trunk/activerecord/lib/active_record/deprecated_associations.rb
  M /trunk/activerecord/lib/active_record/associations.rb

Revision 7403 committed by nzkoz on 2007-09-03 00:18:30
Remove deprecated functionality from actionpack.  Closes #8958 [lifofifo]

  M /trunk/actionpack/test/controller/render_test.rb
  M /trunk/actionpack/test/controller/session_management_test.rb
  A /trunk/actionpack/test/fixtures/test/_hash_greeting.erb
  M /trunk/actionpack/lib/action_controller/caching.rb
  M /trunk/actionpack/test/controller/action_pack_assertions_test.rb
  M /trunk/actionpack/test/controller/components_test.rb
  M /trunk/actionpack/test/controller/new_render_test.rb
  M /trunk/actionpack/lib/action_view/partials.rb
  M /trunk/actionpack/lib/action_controller/base.rb
  M /trunk/actionpack/lib/action_controller/layout.rb
  M /trunk/actionpack/examples/benchmark.rb
  M /trunk/actionpack/test/controller/filters_test.rb
  M /trunk/actionpack/test/controller/view_paths_test.rb
  M /trunk/actionpack/test/controller/cookie_test.rb
  M /trunk/actionpack/lib/action_controller/components.rb
  M 
/trunk/actionpack/test/controller/deprecation/deprecated_base_methods_test.rb
  M /trunk/actionpack/lib/action_controller/rescue.rb
  M /trunk/actionpack/lib/action_controller/benchmarking.rb

Revision 7404 committed by nzkoz on 2007-09-03 00:18:49
Add missing changelog entry

  M /trunk/actionpack/CHANGELOG



TEST FAILURES AND ERRORS
-----------------------
Name: test_connection(CustomConnectionFixturesTest)
Type: Error
Message: ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table 
'activerecord_unittest2.courses' doesn't exist: DELETE FROM courses

    ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:135:in 
`log'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:250:in 
`execute_without_counting'
    ./test/abstract_unit.rb:71:in `execute'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:265:in 
`update'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:47:in
 `delete'
    ./test/../lib/active_record/fixtures.rb:288:in `delete_existing_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `each'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:59:in
 `transaction'
    ./test/../lib/active_record/fixtures.rb:258:in `create_fixtures'
    ./test/../lib/active_record/base.rb:954:in `silence'
    ./test/../lib/active_record/fixtures.rb:249:in `create_fixtures'
    ./test/../lib/active_record/fixtures.rb:612:in `load_fixtures'
    ./test/../lib/active_record/fixtures.rb:557:in `setup'
    
/opt/local/lib/ruby/gems/1.8/gems/mocha-0.5.1/lib/mocha/test_case_adapter.rb:18:in
 `run'


Name: test_associations(MultipleDbTest)
Type: Error
Message: ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table 
'activerecord_unittest2.courses' doesn't exist: DELETE FROM courses

    ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:135:in 
`log'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:250:in 
`execute_without_counting'
    ./test/abstract_unit.rb:71:in `execute'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:265:in 
`update'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:47:in
 `delete'
    ./test/../lib/active_record/fixtures.rb:288:in `delete_existing_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `each'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:59:in
 `transaction'
    ./test/../lib/active_record/fixtures.rb:258:in `create_fixtures'
    ./test/../lib/active_record/base.rb:954:in `silence'
    ./test/../lib/active_record/fixtures.rb:249:in `create_fixtures'
    ./test/abstract_unit.rb:21:in `create_fixtures'
    ./test/multiple_db_test.rb:11:in `setup_without_fixtures'
    ./test/../lib/active_record/fixtures.rb:595:in `setup'
    
/opt/local/lib/ruby/gems/1.8/gems/mocha-0.5.1/lib/mocha/test_case_adapter.rb:18:in
 `run'


Name: test_connected(MultipleDbTest)
Type: Error
Message: ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table 
'activerecord_unittest2.courses' doesn't exist: DELETE FROM courses

    ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:135:in 
`log'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:250:in 
`execute_without_counting'
    ./test/abstract_unit.rb:71:in `execute'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:265:in 
`update'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:47:in
 `delete'
    ./test/../lib/active_record/fixtures.rb:288:in `delete_existing_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `each'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:59:in
 `transaction'
    ./test/../lib/active_record/fixtures.rb:258:in `create_fixtures'
    ./test/../lib/active_record/base.rb:954:in `silence'
    ./test/../lib/active_record/fixtures.rb:249:in `create_fixtures'
    ./test/abstract_unit.rb:21:in `create_fixtures'
    ./test/multiple_db_test.rb:11:in `setup_without_fixtures'
    ./test/../lib/active_record/fixtures.rb:595:in `setup'
    
/opt/local/lib/ruby/gems/1.8/gems/mocha-0.5.1/lib/mocha/test_case_adapter.rb:18:in
 `run'


Name: test_course_connection_should_survive_dependency_reload(MultipleDbTest)
Type: Error
Message: ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table 
'activerecord_unittest2.courses' doesn't exist: DELETE FROM courses

    ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:135:in 
`log'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:250:in 
`execute_without_counting'
    ./test/abstract_unit.rb:71:in `execute'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:265:in 
`update'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:47:in
 `delete'
    ./test/../lib/active_record/fixtures.rb:288:in `delete_existing_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `each'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:59:in
 `transaction'
    ./test/../lib/active_record/fixtures.rb:258:in `create_fixtures'
    ./test/../lib/active_record/base.rb:954:in `silence'
    ./test/../lib/active_record/fixtures.rb:249:in `create_fixtures'
    ./test/abstract_unit.rb:21:in `create_fixtures'
    ./test/multiple_db_test.rb:11:in `setup_without_fixtures'
    ./test/../lib/active_record/fixtures.rb:595:in `setup'
    
/opt/local/lib/ruby/gems/1.8/gems/mocha-0.5.1/lib/mocha/test_case_adapter.rb:18:in
 `run'


Name: test_find(MultipleDbTest)
Type: Error
Message: ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table 
'activerecord_unittest2.courses' doesn't exist: DELETE FROM courses

    ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:135:in 
`log'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:250:in 
`execute_without_counting'
    ./test/abstract_unit.rb:71:in `execute'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:265:in 
`update'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:47:in
 `delete'
    ./test/../lib/active_record/fixtures.rb:288:in `delete_existing_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `each'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:59:in
 `transaction'
    ./test/../lib/active_record/fixtures.rb:258:in `create_fixtures'
    ./test/../lib/active_record/base.rb:954:in `silence'
    ./test/../lib/active_record/fixtures.rb:249:in `create_fixtures'
    ./test/abstract_unit.rb:21:in `create_fixtures'
    ./test/multiple_db_test.rb:11:in `setup_without_fixtures'
    ./test/../lib/active_record/fixtures.rb:595:in `setup'
    
/opt/local/lib/ruby/gems/1.8/gems/mocha-0.5.1/lib/mocha/test_case_adapter.rb:18:in
 `run'


Name: test_proper_connection(MultipleDbTest)
Type: Error
Message: ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table 
'activerecord_unittest2.courses' doesn't exist: DELETE FROM courses

    ./test/../lib/active_record/connection_adapters/abstract_adapter.rb:135:in 
`log'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:250:in 
`execute_without_counting'
    ./test/abstract_unit.rb:71:in `execute'
    ./test/../lib/active_record/connection_adapters/mysql_adapter.rb:265:in 
`update'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:47:in
 `delete'
    ./test/../lib/active_record/fixtures.rb:288:in `delete_existing_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    ./test/../lib/active_record/fixtures.rb:259:in `each'
    ./test/../lib/active_record/fixtures.rb:259:in `create_fixtures'
    
./test/../lib/active_record/connection_adapters/abstract/database_statements.rb:59:in
 `transaction'
    ./test/../lib/active_record/fixtures.rb:258:in `create_fixtures'
    ./test/../lib/active_record/base.rb:954:in `silence'
    ./test/../lib/active_record/fixtures.rb:249:in `create_fixtures'
    ./test/abstract_unit.rb:21:in `create_fixtures'
    ./test/multiple_db_test.rb:11:in `setup_without_fixtures'
    ./test/../lib/active_record/fixtures.rb:595:in `setup'
    
/opt/local/lib/ruby/gems/1.8/gems/mocha-0.5.1/lib/mocha/test_case_adapter.rb:18:in
 `run'




See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/7404 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