aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-15 11:09:57 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-15 11:09:57 +0000
commit1e326bb0e55d823ff2ead9d3f1e3638bec6c825a (patch)
tree4a763a7bb531909798e777b26f9c6650a14c582e /test/rexml
parent46ce7c436add4ce29953d810ecc8260f7112fc25 (diff)
downloadruby-1e326bb0e55d823ff2ead9d3f1e3638bec6c825a.tar.gz
* test/rexml/test_document.rb (REXMLTests::TestDocument::BomTest):
Fix wrong parent class. It doesn't need inherit tests in TestDocument class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rexml')
-rw-r--r--test/rexml/test_document.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/test_document.rb b/test/rexml/test_document.rb
index 43efbca38c..b99d7b225e 100644
--- a/test/rexml/test_document.rb
+++ b/test/rexml/test_document.rb
@@ -311,7 +311,7 @@ EOX
end
end
- class BomTest < self
+ class BomTest < Test::Unit::TestCase
class HaveEncodingTest < self
def test_utf_8
xml = <<-EOX.force_encoding("ASCII-8BIT")