From c5258c5dca209ba943d34677ecd70cfc4c1348e9 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Thu, 2 Apr 2009 07:13:28 +0000 Subject: * test/rss/test_atom.rb (RSS::TestAtomCore::assert_atom_content_inline_other_base64_to_s): ditto. [ruby-dev:38248] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ test/rss/test_atom.rb | 2 +- version.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b8635e3c39..4177633fc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 2 16:06:17 2009 URABE Shyouhei + + * 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 * test/rss/rss-assertions.rb (RSS::Assertions::assert_atom_content_inline_other_text): diff --git a/test/rss/test_atom.rb b/test/rss/test_atom.rb index d573b923cc..bc0fe53c36 100644 --- a/test/rss/test_atom.rb +++ b/test/rss/test_atom.rb @@ -650,7 +650,7 @@ module RSS 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 diff --git a/version.h b/version.h index e80d7a9d3f..9cbaa2e6dd 100644 --- a/version.h +++ b/version.h @@ -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 -- cgit v1.2.3