From 1a22e46d60bd43bd19a089bd52fe4ee36518fe2c Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 13 Feb 2005 14:21:21 +0000 Subject: * 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 --- test/rss/test_maker_0.9.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/rss/test_maker_0.9.rb') 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| -- cgit v1.2.3