summaryrefslogtreecommitdiff
path: root/test/rss/rss-assertions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss/rss-assertions.rb')
-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