summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-07 11:31:46 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-07 11:31:46 +0000
commit25a6a3fd99b7322a12e1664c89ed0320a06f1a8d (patch)
tree7f9ef8e35a73020e5922836c85efb019f9d5d9a1 /test
parenteb20de889cd25999f0a2cd04337918150569b371 (diff)
* test/rexml/test_doctype.rb: Doctype -> DocType.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/rexml/test_doctype.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/test_doctype.rb b/test/rexml/test_doctype.rb
index 78014bb5da..f28e551163 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 TestDocType < Test::Unit::TestCase
def setup
@sysid = "urn:x-test:sysid1"