summaryrefslogtreecommitdiff
path: root/test/rss/test_syndication.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss/test_syndication.rb')
-rw-r--r--test/rss/test_syndication.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/rss/test_syndication.rb b/test/rss/test_syndication.rb
index 697ff439e4..abd75e905e 100644
--- a/test/rss/test_syndication.rb
+++ b/test/rss/test_syndication.rb
@@ -93,7 +93,7 @@ EOR
%w(-2 0.3 -0.4).each do |x|
@parents.each do |parent|
- assert_not_available_value("updateBase", x) do
+ assert_not_available_value("sy:updateBase", x) do
@rss.__send__(parent).sy_updateBase = x
end
end
@@ -120,8 +120,6 @@ EOR
end
end
end
-
end
-
end
end