From 1a3cfaa1dfada00b330734c4bbeb45c4c22f6d34 Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 21 Mar 2004 10:03:17 +0000 Subject: * test/rss/*: Test::Unit::TestCase -> RSS::TestCase and Test::Unit::Assertions -> RSS::Assertions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f24447580..c0fcace1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 21 18:57:37 2004 Kouhei Sutou + + * test/rss/*: Test::Unit::TestCase -> RSS::TestCase and + Test::Unit::Assertions -> RSS::Assertions. + Sun Mar 21 18:48:20 2004 Kouhei Sutou * lib/rss/{rss,dublincore,syndication}.rb: handled W3CDTF correctly. -- cgit