<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -461,5 +461,16 @@ class FinderTest &lt; ActiveRecordTestCase
       result = Developer.paginate(:from =&gt; 'users', :page =&gt; 1, :per_page =&gt; 1)
       assert_equal 1, result.size
     end
+    
+    def test_hmt_with_include
+      # ticket #220
+      reply = projects(:active_record).replies.find(:first, :order =&gt; 'replies.id')
+      assert_equal replies(:decisive), reply
+      
+      # ticket #223
+      Project.find(1, :include =&gt; :replies)
+      
+      # I cannot reproduce any of the failures from those reports :(
+    end
   end
 end</diff>
      <filename>test/finder_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7e3a90b0c5c49afe6f6df108ba6c9090ff37aa90</id>
    </parent>
  </parents>
  <author>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </author>
  <url>http://github.com/mislav/will_paginate/commit/de98ac9e7c451f204e2c5ba3158d274818ac9b36</url>
  <id>de98ac9e7c451f204e2c5ba3158d274818ac9b36</id>
  <committed-date>2008-10-07T04:15:51-07:00</committed-date>
  <authored-date>2008-10-07T04:14:16-07:00</authored-date>
  <message>try to reproduce errors from #220, #223; no success</message>
  <tree>66c1ffdceb53d64f34d112182ce91dcc7ed09fa7</tree>
  <committer>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </committer>
</commit>
