From 13a8d735d9de444d08e6cfaf61e5a765d6d7ec7a Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 27 May 2014 10:21:10 +0000 Subject: Wrap REXML test classes by REXML module. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/parse/test_document_type_declaration.rb | 2 ++ test/rexml/parse/test_notation_declaration.rb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'test/rexml/parse') diff --git a/test/rexml/parse/test_document_type_declaration.rb b/test/rexml/parse/test_document_type_declaration.rb index 7d527a5fe8..8f5a87951c 100644 --- a/test/rexml/parse/test_document_type_declaration.rb +++ b/test/rexml/parse/test_document_type_declaration.rb @@ -1,6 +1,7 @@ require "test/unit" require "rexml/document" +module REXML class TestParseDocumentTypeDeclaration < Test::Unit::TestCase private def xml(internal_subset) @@ -45,3 +46,4 @@ class TestParseDocumentTypeDeclaration < Test::Unit::TestCase end end end +end 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 -- cgit v1.2.3