aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_sax.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_sax.rb')
-rw-r--r--test/rexml/test_sax.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rexml/test_sax.rb b/test/rexml/test_sax.rb
index f5d7fb44ce..8873e1703d 100644
--- a/test/rexml/test_sax.rb
+++ b/test/rexml/test_sax.rb
@@ -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