mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix test/rexml/test_encoding.rb failure
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a33ae8a87e
commit
32b81702d7
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Sep 8 02:59:00 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||||
|
|
||||||
|
* test/rexml/test_encoding.rb:
|
||||||
|
Add require 'require 'rexml/document'
|
||||||
|
|
||||||
Wed Sep 8 02:53:00 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
Wed Sep 8 02:53:00 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||||
|
|
||||||
* lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:
|
* lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
require "rexml_test_utils"
|
require "rexml_test_utils"
|
||||||
|
|
||||||
require 'rexml/source'
|
require 'rexml/source'
|
||||||
|
require 'rexml/document'
|
||||||
|
|
||||||
class EncodingTester < Test::Unit::TestCase
|
class EncodingTester < Test::Unit::TestCase
|
||||||
include REXMLTestUtils
|
include REXMLTestUtils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue