summaryrefslogtreecommitdiff
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.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rexml/test_sax.rb b/test/rexml/test_sax.rb
index 4a9db404d0..20920f7a46 100644
--- a/test/rexml/test_sax.rb
+++ b/test/rexml/test_sax.rb
@@ -3,6 +3,7 @@ require 'rexml/sax2listener'
require 'rexml/parsers/sax2parser'
require 'rexml/document'
+module REXML
class SAX2Tester < Test::Unit::TestCase
include REXMLTestUtils
include REXML
@@ -276,4 +277,4 @@ end
class MySAX2Listener
include REXML::SAX2Listener
end
-
+end