<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -590,7 +590,7 @@ class EagerAssociationTest &lt; ActiveRecord::TestCase
   end
 
   def test_limited_eager_with_numeric_in_association
-    assert_equal people(:david, :susan), Person.find(:all, :include =&gt; [:readers, :primary_contact, :number1_fan], :conditions =&gt; &quot;number1_fans_people.first_name like 'M%'&quot;, :order =&gt; 'readers.id', :limit =&gt; 2, :offset =&gt; 0)
+    assert_equal people(:david, :susan), Person.find(:all, :include =&gt; [:readers, :primary_contact, :number1_fan], :conditions =&gt; &quot;number1_fans_people.first_name like 'M%'&quot;, :order =&gt; 'people.id', :limit =&gt; 2, :offset =&gt; 0)
   end
 
   def test_preload_with_interpolation</diff>
      <filename>activerecord/test/cases/associations/eager_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e9a75451236119e1db3e5d7cc7703637d048c7f8</id>
    </parent>
  </parents>
  <author>
    <name>Chad Woolley</name>
    <email>thewoolleyman@gmail.com</email>
  </author>
  <url>http://github.com/technoweenie/rails/commit/0f1b283e03633410729aa006f6abf070c713095d</url>
  <id>0f1b283e03633410729aa006f6abf070c713095d</id>
  <committed-date>2009-05-21T10:01:47-07:00</committed-date>
  <authored-date>2009-05-21T00:41:19-07:00</authored-date>
  <message>Fix eager association test related to different ordering on sqlite

[#2686 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
  <tree>3fc6c84671104ea67360c26f532dc78d20e86af3</tree>
  <committer>
    <name>Jeremy Kemper</name>
    <email>jeremy@bitsweat.net</email>
  </committer>
</commit>
