mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Wrap REXML test classes by REXML module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1c35277c2b
commit
13a8d735d9
39 changed files with 78 additions and 3 deletions
|
@ -5,6 +5,7 @@ require_relative "rexml_test_utils"
|
|||
require 'rexml/source'
|
||||
require 'rexml/document'
|
||||
|
||||
module REXML
|
||||
class EncodingTester < Test::Unit::TestCase
|
||||
include REXMLTestUtils
|
||||
include REXML
|
||||
|
@ -92,3 +93,4 @@ class EncodingTester < Test::Unit::TestCase
|
|||
assert( utf16[0].kind_of?(REXML::XMLDecl))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue