aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/parse
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/parse')
-rw-r--r--test/rexml/parse/test_document_type_declaration.rb2
-rw-r--r--test/rexml/parse/test_notation_declaration.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/rexml/parse/test_document_type_declaration.rb b/test/rexml/parse/test_document_type_declaration.rb
index 8f5a87951c..fb7cee5c3b 100644
--- a/test/rexml/parse/test_document_type_declaration.rb
+++ b/test/rexml/parse/test_document_type_declaration.rb
@@ -1,7 +1,7 @@
require "test/unit"
require "rexml/document"
-module REXML
+module REXMLTests
class TestParseDocumentTypeDeclaration < Test::Unit::TestCase
private
def xml(internal_subset)
diff --git a/test/rexml/parse/test_notation_declaration.rb b/test/rexml/parse/test_notation_declaration.rb
index 1e81c5aaf7..ecce44a790 100644
--- a/test/rexml/parse/test_notation_declaration.rb
+++ b/test/rexml/parse/test_notation_declaration.rb
@@ -1,7 +1,7 @@
require 'test/unit'
require 'rexml/document'
-module REXML
+module REXMLTests
class TestParseNotationDeclaration < Test::Unit::TestCase
private
def xml(internal_subset)