summaryrefslogtreecommitdiff
path: root/test/rexml/parser/test_sax2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/parser/test_sax2.rb')
-rw-r--r--test/rexml/parser/test_sax2.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/parser/test_sax2.rb b/test/rexml/parser/test_sax2.rb
index f836c060c8..c417d4b29d 100644
--- a/test/rexml/parser/test_sax2.rb
+++ b/test/rexml/parser/test_sax2.rb
@@ -2,6 +2,7 @@ require "test/unit"
require "rexml/parsers/sax2parser"
require "rexml/sax2listener"
+module REXML
class TestSAX2Parser < Test::Unit::TestCase
class TestDocumentTypeDeclaration < self
private
@@ -198,3 +199,4 @@ class TestSAX2Parser < Test::Unit::TestCase
end
end
end
+end