aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-11 10:12:28 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-11 10:12:28 +0000
commitbd2b8d260301c6886d1a51a84c85d2866457be1f (patch)
treeecbf99afa0e6b440c515ef1dffccb90d88346fbd /test/rexml
parent45222164dcea2a3ca8c187008a6caaadc4b66e64 (diff)
downloadruby-bd2b8d260301c6886d1a51a84c85d2866457be1f.tar.gz
* test/rexml/parser/test_sax2.rb: Expand abbreviated class name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rexml')
-rw-r--r--test/rexml/parser/test_sax2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/parser/test_sax2.rb b/test/rexml/parser/test_sax2.rb
index bd3555eec6..f836c060c8 100644
--- a/test/rexml/parser/test_sax2.rb
+++ b/test/rexml/parser/test_sax2.rb
@@ -14,7 +14,7 @@ class TestSAX2Parser < Test::Unit::TestCase
XML
end
- class TestEntityDecl < self
+ class TestEntityDeclaration < self
class Listener
include REXML::SAX2Listener
attr_reader :entity_declarations