aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-07 11:32:45 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-07 11:32:45 +0000
commit1f70a6ba67f90b20e4eb3e32786d82cd1985c89d (patch)
tree5e24e1c4922b600940264e093c46d077df8a329d /ChangeLog
parent25a6a3fd99b7322a12e1664c89ed0320a06f1a8d (diff)
downloadruby-1f70a6ba67f90b20e4eb3e32786d82cd1985c89d.tar.gz
* test/rexml/test_doctype.rb: add Accessor to test case name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cd68eecae..32f19e9a1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 7 20:32:11 2010 Kouhei Sutou <kou@cozmixng.org>
+
+ * test/rexml/test_doctype.rb: add Accessor to test case name.
+
Tue Dec 7 20:31:02 2010 Kouhei Sutou <kou@clear-code.com>
* test/rexml/test_doctype.rb: Doctype -> DocType.