From eb20de889cd25999f0a2cd04337918150569b371 Mon Sep 17 00:00:00 2001 From: kou Date: Tue, 7 Dec 2010 11:30:19 +0000 Subject: [PATCH] * test/rexml/test_doctype_mixin.rb: rename to ... * test/rexml/test_doctype.rb: ... this to remove needless name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ test/rexml/{test_doctype_mixin.rb => test_doctype.rb} | 0 2 files changed, 5 insertions(+) rename test/rexml/{test_doctype_mixin.rb => test_doctype.rb} (100%) diff --git a/ChangeLog b/ChangeLog index 778d9d37b6..232a31a18e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 7 20:29:23 2010 Kouhei Sutou + + * test/rexml/test_doctype_mixin.rb: rename to ... + * test/rexml/test_doctype.rb: ... this to remove needless name. + Tue Dec 7 17:03:16 2010 Shugo Maeda * lib/net/imap.rb (xlist): supported the XLIST command, which is an diff --git a/test/rexml/test_doctype_mixin.rb b/test/rexml/test_doctype.rb similarity index 100% rename from test/rexml/test_doctype_mixin.rb rename to test/rexml/test_doctype.rb