aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--test/rexml/test_doctype.rb2
2 files changed, 5 insertions, 1 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.
diff --git a/test/rexml/test_doctype.rb b/test/rexml/test_doctype.rb
index f28e551163..f40f833d07 100644
--- a/test/rexml/test_doctype.rb
+++ b/test/rexml/test_doctype.rb
@@ -4,7 +4,7 @@
require 'test/unit'
require 'rexml/document'
-class TestDocType < Test::Unit::TestCase
+class TestDocTypeAccessor < Test::Unit::TestCase
def setup
@sysid = "urn:x-test:sysid1"