aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 14:00:26 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-31 14:00:26 +0000
commit5f8cba07051cff9443df7764e192050a3b431912 (patch)
tree30e6dc7069e35bc0df26ea3d1caca6656ca3a165 /test/rexml
parent6668c32a7e1475e372bf6bb4defe13dfa64393f7 (diff)
downloadruby-5f8cba07051cff9443df7764e192050a3b431912.tar.gz
* 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
Diffstat (limited to 'test/rexml')
-rw-r--r--test/rexml/parse/test_notation_declaration.rb2
1 files changed, 1 insertions, 1 deletions
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