"bitsweat" has kicked AR/Oracle while it was down...

http://dev.rubyonrails.org/changeset/4893
------------------------------------------------------------------------
r4893 | bitsweat | 2006-08-31 22:31:56 -0700 (Thu, 31 Aug 2006) | 1 line

has_many :through conditions are sanitized by the associating class. Closes 
#5971.
------------------------------------------------------------------------

U  activerecord/test/reflection_test.rb
U  activerecord/test/associations_join_model_test.rb
U  activerecord/test/associations_test.rb
U  activerecord/test/fixtures/author.rb
U  activerecord/test/fixtures/project.rb
U  activerecord/lib/active_record/associations/association_proxy.rb
U  activerecord/lib/active_record/associations/has_many_through_association.rb
U  activerecord/CHANGELOG
Updated to revision 4893.

  1) Error:
test_finding_with_condition_hash(HasManyAssociationsTest):
NoMethodError: undefined method `clients_like_ms_with_hash_conditions' for 
#<Firm:0x46100fec>
    ./test/../lib/active_record/base.rb:1831:in `method_missing'
    ./test/associations_test.rb:414:in `test_finding_with_condition_hash'

  2) Failure:
test_not_resaved_when_unchanged(HasOneAssociationsTest)
    [./test/abstract_unit.rb:44:in `assert_queries'
     ./test/associations_test.rb:323:in `test_not_resaved_when_unchanged']:
0 instead of 1 queries were executed.
<1> expected but was
<0>.

  3) Failure:
test_reflection_of_all_associations(ReflectionTest) 
[./test/reflection_test.rb:146]:
<15> expected but was
<14>.

936 tests, 3334 assertions, 2 failures, 1 errors
rake aborted!
Command failed with status (1): [/usr/pkg/ruby184/bin/ruby -Ilib:test:test/...]

(See full trace by running task with --trace)

_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to