summaryrefslogtreecommitdiff
path: root/test/rss/test_atom.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss/test_atom.rb')
-rw-r--r--test/rss/test_atom.rb2
1 files changed, 1 insertions, 1 deletions
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