aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 03:06:50 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-03 03:06:50 +0000
commitbd2024165c8d9380a75b88607a9c0dfe066aae5f (patch)
treef475d8b769fd1797de4443d0f18291b6548d39c2 /ChangeLog
parent9a2dc8f9da2b344c91dcd8c66223fa11412ec78b (diff)
downloadruby-bd2024165c8d9380a75b88607a9c0dfe066aae5f.tar.gz
* test/rexml/test_xml_declaration.rb (TestXmlDeclaration#test_*):
Remove needless prefix from test names. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65a34de650..8af4911def 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 3 12:06:15 2012 Kouhei Sutou <kou@cozmixng.org>
+
+ * test/rexml/test_xml_declaration.rb (TestXmlDeclaration#test_*):
+ Remove needless prefix from test names.
+
Sat Nov 3 12:04:52 2012 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_xml_declaration_parent_child.rb: Rename to ...