From c3410fc1e1d4085bf8f7531a9061818cfaf7b34c Mon Sep 17 00:00:00 2001 From: kou Date: Thu, 7 Apr 2005 02:55:48 +0000 Subject: * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublin Core items. * test/rss/rss-assertions.rb (assert_multiple_dublin_core): added an assertion for testing multiple Dublin Core items. * test/rss/test_maker_dc.rb (test_rss10_multiple): added a test for making multiple Dublin Core items. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a84d6b4c3..b38c5a4d8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Apr 7 11:49:53 2005 Kouhei Sutou + + * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublin + Core items. + + * test/rss/rss-assertions.rb (assert_multiple_dublin_core): added + an assertion for testing multiple Dublin Core items. + + * test/rss/test_maker_dc.rb (test_rss10_multiple): added a test + for making multiple Dublin Core items. + Wed Apr 6 16:06:30 2005 Hirokazu Yamamoto * test/ruby/test_env.rb (test_key): should test ENV.key instead of @@ -20,7 +31,7 @@ Tue Apr 5 15:45:33 2005 Kouhei Sutou Tue Apr 5 15:15:26 2005 Kouhei Sutou - * lib/rss/dublincore.rb: supported multiple DublinCore items. + * lib/rss/dublincore.rb: supported multiple Dublin Core items. * lib/rss/parser.rb: added class name registry for complex model elements. (ex. have childlen elements, have some attributes and @@ -28,9 +39,10 @@ Tue Apr 5 15:15:26 2005 Kouhei Sutou * lib/rss/maker/base.rb: added default current_element implementation. - * lib/rss/maker/dublincore.rb: supported multiple DublinCore items. + * lib/rss/maker/dublincore.rb: supported multiple Dublin Core + items. - * lib/rss/maker/image.rb: supproted new DublinCore API. + * lib/rss/maker/image.rb: supproted new Dublin Core API. * lib/rss/trackback.rb (RSS::TrackBackUtils.new_with_value_if_need): @@ -53,7 +65,7 @@ Tue Apr 5 15:15:26 2005 Kouhei Sutou * test/test_dublincore.rb: added tests for plural accessor and - multiple DublinCore items. + multiple Dublin Core items. * test/test_setup_maker_1.0.rb: fixed swapped actual and expected values. -- cgit v1.2.3