ruby-changes:30238
From: kou <ko1@a...>
Date: Wed, 31 Jul 2013 23:00:42 +0900 (JST)
Subject: [ruby-changes:30238] kou:r42290 (trunk): * test/rexml/parse/test_notation_declaration.rb: Change class
kou 2013-07-31 23:00:26 +0900 (Wed, 31 Jul 2013) New Revision: 42290 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42290 Log: * test/rexml/parse/test_notation_declaration.rb: Change class name to follow file name change. Modified files: trunk/ChangeLog trunk/test/rexml/parse/test_notation_declaration.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 42289) +++ ChangeLog (revision 42290) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Jul 31 22:59:47 2013 Kouhei Sutou <kou@c...> + + * test/rexml/parse/test_notation_declaration.rb: Change class + name to follow file name change. + Wed Jul 31 22:57:50 2013 Kouhei Sutou <kou@c...> * test/rexml/test_notationdecl_parsetest.rb: Rename to ... Index: test/rexml/parse/test_notation_declaration.rb =================================================================== --- test/rexml/parse/test_notation_declaration.rb (revision 42289) +++ test/rexml/parse/test_notation_declaration.rb (revision 42290) @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/test/rexml/parse/test_notation_declaration.rb#L1 require 'test/unit' require 'rexml/document' -class TestNotationDecl < Test::Unit::TestCase +class TestParseNotationDeclaration < Test::Unit::TestCase private def xml(internal_subset) <<-XML -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/