<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -73,14 +73,6 @@ class QuotingTest &lt; Test::Unit::TestCase
     assert_equal &quot;Re: Test: \&quot;\346\274\242\345\255\227\&quot; mid \&quot;\346\274\242\345\255\227\&quot; tail&quot;, mail.subject
   end
 
-  def test_base64_encoding
-    encoded = read_fixture('raw_base64_encoded_string')
-    decoded = read_fixture('raw_base64_decoded_string')
-
-    assert_equal encoded, TMail::Base64.encode(decoded)
-    assert_equal decoded, TMail::Base64.decode(encoded)
-  end
-
   private
     # This whole thing *could* be much simpler, but I don't think Tempfile,
     # popen and others exist on all platforms (like Windows).
@@ -103,14 +95,4 @@ class QuotingTest &lt; Test::Unit::TestCase
       File.delete(test_name) rescue nil
       File.delete(res_name) rescue nil
     end
-
-    if RUBY_VERSION &gt;= '1.9'
-      def read_fixture(name)
-        File.open(&quot;#{File.dirname(__FILE__)}/fixtures/raw_base64_encoded_string&quot;, 'r:ascii-8bit') { |f| f.read }
-      end
-    else
-      def read_fixture(name)
-        File.read(&quot;#{File.dirname(__FILE__)}/fixtures/raw_base64_encoded_string&quot;)
-      end
-    end
 end</diff>
      <filename>actionmailer/test/quoting_test.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>actionmailer/test/fixtures/raw_base64_decoded_string</filename>
    </removed>
    <removed>
      <filename>actionmailer/test/fixtures/raw_base64_encoded_string</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>140f828ddc83ef154f437c526683baa0e9bfcb5a</id>
    </parent>
  </parents>
  <author>
    <name>bitsweat</name>
    <email>bitsweat@5ecf4fe2-1ee6-0310-87b1-e25e094e27de</email>
  </author>
  <url>http://github.com/NZKoz/koz-rails/commit/fdbb05170776ce6eb0cad1855760ace9c5d5d1e7</url>
  <id>fdbb05170776ce6eb0cad1855760ace9c5d5d1e7</id>
  <committed-date>2008-04-03T11:32:10-07:00</committed-date>
  <authored-date>2008-04-03T11:32:10-07:00</authored-date>
  <message>Bah, don't test TMail in AM


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9219 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
  <tree>3759fba097c7335fe51046d336306c6b4b289b87</tree>
  <committer>
    <name>bitsweat</name>
    <email>bitsweat@5ecf4fe2-1ee6-0310-87b1-e25e094e27de</email>
  </committer>
</commit>
