* test/rexml/test_comment.rb: Remove needless REXML module wrapping.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bef1b7f1ca
commit
effcb9a712
@ -1,3 +1,7 @@
|
||||
Tue May 27 20:59:37 2014 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* test/rexml/test_comment.rb: Remove needless REXML module wrapping.
|
||||
|
||||
Tue May 27 20:56:49 2014 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* test/openssl/test_pkcs7.rb: Fix inverted expected and actual values.
|
||||
|
@ -2,7 +2,6 @@ require "test/unit/testcase"
|
||||
|
||||
require 'rexml/document'
|
||||
|
||||
module REXML
|
||||
module REXMLTest
|
||||
class CommentTester < Test::Unit::TestCase
|
||||
# Bug #5278
|
||||
@ -24,4 +23,3 @@ module REXMLTest
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user