* test/rexml/test_doctype.rb: Doctype -> DocType.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2010-12-07 11:31:46 +00:00
parent eb20de889c
commit 25a6a3fd99
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Dec 7 20:31:02 2010 Kouhei Sutou <kou@clear-code.com>
* test/rexml/test_doctype.rb: Doctype -> DocType.
Tue Dec 7 20:29:23 2010 Kouhei Sutou <kou@clear-code.com>
* test/rexml/test_doctype_mixin.rb: rename to ...

View File

@ -4,7 +4,7 @@
require 'test/unit'
require 'rexml/document'
class TestDoctype < Test::Unit::TestCase
class TestDocType < Test::Unit::TestCase
def setup
@sysid = "urn:x-test:sysid1"