ruby-changes:34089
From: kou <ko1@a...>
Date: Tue, 27 May 2014 21:01:33 +0900 (JST)
Subject: [ruby-changes:34089] kou:r46170 (trunk): * test/rexml/test_comment.rb: Remove needless REXML module wrapping.
kou 2014-05-27 21:01:25 +0900 (Tue, 27 May 2014) New Revision: 46170 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=46170 Log: * test/rexml/test_comment.rb: Remove needless REXML module wrapping. Modified files: trunk/ChangeLog trunk/test/rexml/test_comment.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 46169) +++ ChangeLog (revision 46170) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue May 27 20:59:37 2014 Kouhei Sutou <kou@c...> + + * test/rexml/test_comment.rb: Remove needless REXML module wrapping. + Tue May 27 20:56:49 2014 Kouhei Sutou <kou@c...> * test/openssl/test_pkcs7.rb: Fix inverted expected and actual values. Index: test/rexml/test_comment.rb =================================================================== --- test/rexml/test_comment.rb (revision 46169) +++ test/rexml/test_comment.rb (revision 46170) @@ -2,7 +2,6 @@ require "test/unit/testcase" https://github.com/ruby/ruby/blob/trunk/test/rexml/test_comment.rb#L2 require 'rexml/document' -module REXML module REXMLTest class CommentTester < Test::Unit::TestCase # Bug #5278 @@ -24,4 +23,3 @@ module REXMLTest https://github.com/ruby/ruby/blob/trunk/test/rexml/test_comment.rb#L23 end end end -end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/