From 9b89a436e59bfe50ef6dfd85bd12311f326d7140 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 28 Sep 2010 15:51:07 -0700 Subject: Revert "porting 515917f5d8678af6c57842ca5dfd7c18e67ff1fe to master" This reverts commit bee447a5b9fe1d683c6cc69aefb7fc22c2a9d9af. --- activerecord/test/cases/associations/eager_test.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'activerecord/test') diff --git a/activerecord/test/cases/associations/eager_test.rb b/activerecord/test/cases/associations/eager_test.rb index 4a2c8bab5b..40859d425f 100644 --- a/activerecord/test/cases/associations/eager_test.rb +++ b/activerecord/test/cases/associations/eager_test.rb @@ -357,12 +357,6 @@ class EagerAssociationTest < ActiveRecord::TestCase end end - def test_eager_with_has_many_through_association_with_order - author_comments = Author.find(authors(:david).id).comments_desc - eager_author_comments = Author.find(authors(:david).id, :include => :comments_desc).comments_desc - assert_equal eager_author_comments, author_comments - end - def test_eager_with_has_many_through_with_conditions_join_model_with_include post_tags = Post.find(posts(:welcome).id).misc_tags eager_post_tags = Post.find(1, :include => :misc_tags).misc_tags -- cgit v1.2.3