From 5f8cba07051cff9443df7764e192050a3b431912 Mon Sep 17 00:00:00 2001 From: kou Date: Wed, 31 Jul 2013 14:00:26 +0000 Subject: * test/rexml/parse/test_notation_declaration.rb: Change class name to follow file name change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/parse/test_notation_declaration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rexml/parse') diff --git a/test/rexml/parse/test_notation_declaration.rb b/test/rexml/parse/test_notation_declaration.rb index cd3576708d..5111fe483d 100644 --- a/test/rexml/parse/test_notation_declaration.rb +++ b/test/rexml/parse/test_notation_declaration.rb @@ -1,7 +1,7 @@ require 'test/unit' require 'rexml/document' -class TestNotationDecl < Test::Unit::TestCase +class TestParseNotationDeclaration < Test::Unit::TestCase private def xml(internal_subset) <<-XML -- cgit v1.2.3