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