ruby-changes:18090
From: kou <ko1@a...>
Date: Tue, 7 Dec 2010 20:32:54 +0900 (JST)
Subject: [ruby-changes:18090] Ruby:r30111 (trunk): * test/rexml/test_doctype.rb: add Accessor to test case name.
kou 2010-12-07 20:32:45 +0900 (Tue, 07 Dec 2010) New Revision: 30111 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30111 Log: * test/rexml/test_doctype.rb: add Accessor to test case name. Modified files: trunk/ChangeLog trunk/test/rexml/test_doctype.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 30110) +++ ChangeLog (revision 30111) @@ -1,3 +1,7 @@ +Tue Dec 7 20:32:11 2010 Kouhei Sutou <kou@c...> + + * test/rexml/test_doctype.rb: add Accessor to test case name. + Tue Dec 7 20:31:02 2010 Kouhei Sutou <kou@c...> * test/rexml/test_doctype.rb: Doctype -> DocType. Index: test/rexml/test_doctype.rb =================================================================== --- test/rexml/test_doctype.rb (revision 30110) +++ test/rexml/test_doctype.rb (revision 30111) @@ -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" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/