summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-02 07:00:21 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-02 07:00:21 +0000
commit340422dc1e1f029a2e5d38d9aa1e3cc4d084a629 (patch)
treeb47d8a889cdcba8b5901b1cfc97f83d704a31239 /test
parentdc7e0e1219430d3b3f92721e03abafb6cd5423c8 (diff)
* test/rss/rss-assertions.rb (RSS::Assertions::assert_atom_content_inline_other_text):
newlines are valid for Base64 data. [ruby-dev:38248] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@23120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/rss/rss-assertions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/rss-assertions.rb b/test/rss/rss-assertions.rb
index 0d0d2cbe4f..e8916bd7da 100644
--- a/test/rss/rss-assertions.rb
+++ b/test/rss/rss-assertions.rb
@@ -564,7 +564,7 @@ EOA
png_file = File.join(File.dirname(__FILE__), "dot.png")
png = File.open(png_file, "rb") {|file| file.read}
- base64_content = [png].pack("m").delete("\n")
+ base64_content = [png].pack("m")
[false, true].each do |with_space|
xml_content = base64_content