aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_listener.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_listener.rb')
-rw-r--r--test/rexml/test_listener.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_listener.rb b/test/rexml/test_listener.rb
index 47126eb89e..a1bbc7404c 100644
--- a/test/rexml/test_listener.rb
+++ b/test/rexml/test_listener.rb
@@ -5,6 +5,7 @@ require_relative 'rexml_test_utils'
require 'rexml/document'
require 'rexml/streamlistener'
+module REXML
class BaseTester < Test::Unit::TestCase
include REXMLTestUtils
def test_empty
@@ -127,3 +128,4 @@ class REXMLTester < BaseTester
assert_equal( t6.strip, REXML::Document.new(t6).to_s )
end
end
+end