aboutsummaryrefslogtreecommitdiffstats
path: root/test/rss/test_parser_1.0.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss/test_parser_1.0.rb')
-rw-r--r--test/rss/test_parser_1.0.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rss/test_parser_1.0.rb b/test/rss/test_parser_1.0.rb
index 1c4e53c1da..216881b767 100644
--- a/test/rss/test_parser_1.0.rb
+++ b/test/rss/test_parser_1.0.rb
@@ -500,7 +500,8 @@ EOR
end
def test_unknown_duplicated_element
- assert_parse(make_RDF(<<-EOR), :nothing_raised)
+ xmlns = {"test" => "http://localhost/test"}
+ assert_parse(make_RDF(<<-EOR, xmlns), :nothing_raised)
#{make_channel("<test:string/>")}
#{make_item}
#{make_image}