* 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
This commit is contained in:
parent
25a6a3fd99
commit
1f70a6ba67
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user