mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 19:14:00 +02:00
merge revision(s) 33343:
* test/rexml/test_sax.rb: add require rexml/document. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
31cf6801e8
commit
a48e727f85
3 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue