<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -222,6 +222,11 @@ class ArrayToXmlTests &lt; Test::Unit::TestCase
 
     assert xml.include?(%(&lt;count&gt;2&lt;/count&gt;)), xml
   end
+  
+  def test_to_xml_with_empty
+    xml = [].to_xml
+    assert_match /type=&quot;array&quot;\/&gt;/, xml
+  end
 end
 
 class ArrayExtractOptionsTests &lt; Test::Unit::TestCase</diff>
      <filename>activesupport/test/core_ext/array_ext_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,5 +5,6 @@ class BigDecimalTest &lt; Test::Unit::TestCase
     assert_equal(&quot;--- 100000.30020320320000000000000000000000000000001\n&quot;, BigDecimal.new('100000.30020320320000000000000000000000000000001').to_yaml)
     assert_equal(&quot;--- .Inf\n&quot;, BigDecimal.new('Infinity').to_yaml)
     assert_equal(&quot;--- .NaN\n&quot;, BigDecimal.new('NaN').to_yaml)
+    assert_equal(&quot;--- -.Inf\n&quot;, BigDecimal.new('-Infinity').to_yaml)
   end
 end
\ No newline at end of file</diff>
      <filename>activesupport/test/core_ext/bigdecimal.rb</filename>
    </modified>
    <modified>
      <diff>@@ -197,6 +197,10 @@ class DateExtCalculationsTest &lt; Test::Unit::TestCase
     assert_equal Time.local(2005,2,21,23,59,59), Date.new(2005,2,21).end_of_day
   end
   
+  def test_date_acts_like_date
+    assert Date.new.acts_like_date?
+  end
+  
   def test_xmlschema
     with_env_tz 'US/Eastern' do
       assert_match(/^1980-02-28T00:00:00-05:?00$/, Date.new(1980, 2, 28).xmlschema)</diff>
      <filename>activesupport/test/core_ext/date_ext_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4741c983c7440f9d97b8894bf4bc9ada39b257c0</id>
    </parent>
  </parents>
  <author>
    <name>David Heinemeier Hansson</name>
    <login>dhh</login>
    <email>david@loudthinking.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/fe4d75b89436edd8887baa828bee8cbc1351b54d</url>
  <id>fe4d75b89436edd8887baa828bee8cbc1351b54d</id>
  <committed-date>2008-06-02T20:11:03-07:00</committed-date>
  <authored-date>2008-06-02T20:05:27-07:00</authored-date>
  <message>Added tests [#279 state:resolved] (Nicholas Schlueter)</message>
  <tree>c41f71d56459da6e01b62772e1eb06639a842a5f</tree>
  <committer>
    <name>David Heinemeier Hansson</name>
    <login>dhh</login>
    <email>david@loudthinking.com</email>
  </committer>
</commit>
