mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rexml/test_sax.rb: add require 'rexml/document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
81ed2fda7b
commit
379d519f0b
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Sep 27 03:50:19 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||
|
||||
* test/rexml/test_sax.rb: add require 'rexml/document'.
|
||||
|
||||
Tue Sep 27 03:32:27 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||
|
||||
* test/psych/test_yamldbm.rb: fix #setup and #terdown.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
require "rexml_test_utils"
|
||||
require 'rexml/sax2listener'
|
||||
require 'rexml/parsers/sax2parser'
|
||||
require 'rexml/document'
|
||||
|
||||
class SAX2Tester < Test::Unit::TestCase
|
||||
include REXMLTestUtils
|
||||
|
|
Loading…
Reference in a new issue