[前][次][番号順一覧][スレッド一覧]

ruby-changes:11496

From: shyouhei <ko1@a...>
Date: Thu, 2 Apr 2009 16:13:36 +0900 (JST)
Subject: [ruby-changes:11496] Ruby:r23122 (ruby_1_8_7): * test/rss/test_atom.rb (RSS::TestAtomCoRe: :assert_atom_content_inline_other_base64_to_s):

shyouhei	2009-04-02 16:13:28 +0900 (Thu, 02 Apr 2009)

  New Revision: 23122

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23122

  Log:
    * test/rss/test_atom.rb (RSS::TestAtomCore::assert_atom_content_inline_other_base64_to_s):
      ditto. [ruby-dev:38248]

  Modified files:
    branches/ruby_1_8_7/ChangeLog
    branches/ruby_1_8_7/test/rss/test_atom.rb
    branches/ruby_1_8_7/version.h

Index: ruby_1_8_7/ChangeLog
===================================================================
--- ruby_1_8_7/ChangeLog	(revision 23121)
+++ ruby_1_8_7/ChangeLog	(revision 23122)
@@ -1,3 +1,8 @@
+Thu Apr  2 16:06:17 2009  URABE Shyouhei  <shyouhei@r...>
+
+	* test/rss/test_atom.rb (RSS::TestAtomCore::assert_atom_content_inline_other_base64_to_s):
+	  ditto. [ruby-dev:38248]
+
 Thu Apr  2 15:43:46 2009  Kouhei Sutou  <kou@c...>
 
 	* test/rss/rss-assertions.rb (RSS::Assertions::assert_atom_content_inline_other_text):
Index: ruby_1_8_7/version.h
===================================================================
--- ruby_1_8_7/version.h	(revision 23121)
+++ ruby_1_8_7/version.h	(revision 23122)
@@ -2,7 +2,7 @@
 #define RUBY_RELEASE_DATE "2009-04-02"
 #define RUBY_VERSION_CODE 187
 #define RUBY_RELEASE_CODE 20090402
-#define RUBY_PATCHLEVEL 158
+#define RUBY_PATCHLEVEL 159
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 8
Index: ruby_1_8_7/test/rss/test_atom.rb
===================================================================
--- ruby_1_8_7/test/rss/test_atom.rb	(revision 23121)
+++ ruby_1_8_7/test/rss/test_atom.rb	(revision 23122)
@@ -650,7 +650,7 @@
         content.content = original_content
         xml = REXML::Document.new(content.to_s).root
         assert_rexml_element([], {"type" => type},
-                             [original_content].pack("m").delete("\n"),
+                             [original_content].pack("m"),
                              xml)
       end
     end

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]