aboutsummaryrefslogtreecommitdiffstats
path: root/test/rss/test_maker_0.9.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-13 14:21:21 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-13 14:21:21 +0000
commit1a22e46d60bd43bd19a089bd52fe4ee36518fe2c (patch)
treebe55e41a95ba2a3894b88556a8bf5f978a1f39a3 /test/rss/test_maker_0.9.rb
parent8b8973761ceb969c5ff95adab132b26f2c045eea (diff)
downloadruby-1a22e46d60bd43bd19a089bd52fe4ee36518fe2c.tar.gz
* lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): added
convenient methods. * lib/rss/0.9.rb (RSS::Rss::Channel#date{,=}): ditto. * lib/rss/2.0.rb (RSS::Rss::Channel::Item#date{,=}): ditto. * test/rss/: added tests for the convenient methods. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rss/test_maker_0.9.rb')
-rw-r--r--test/rss/test_maker_0.9.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rss/test_maker_0.9.rb b/test/rss/test_maker_0.9.rb
index 50c311ad94..8fdd5f2d68 100644
--- a/test/rss/test_maker_0.9.rb
+++ b/test/rss/test_maker_0.9.rb
@@ -102,6 +102,7 @@ module RSS
assert_equal(rating, channel.rating)
assert_equal(docs, channel.docs)
assert_equal(pubDate, channel.pubDate)
+ assert_equal(pubDate, channel.date)
assert_equal(lastBuildDate, channel.lastBuildDate)
skipDays.each_with_index do |day, i|