summaryrefslogtreecommitdiff
path: root/test/rexml/parse/test_notation_declaration.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/parse/test_notation_declaration.rb')
-rw-r--r--test/rexml/parse/test_notation_declaration.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/parse/test_notation_declaration.rb b/test/rexml/parse/test_notation_declaration.rb
index 45688858c0..1e81c5aaf7 100644
--- a/test/rexml/parse/test_notation_declaration.rb
+++ b/test/rexml/parse/test_notation_declaration.rb
@@ -1,6 +1,7 @@
require 'test/unit'
require 'rexml/document'
+module REXML
class TestParseNotationDeclaration < Test::Unit::TestCase
private
def xml(internal_subset)
@@ -95,3 +96,4 @@ class TestParseNotationDeclaration < Test::Unit::TestCase
end
end
end
+end