ruby-changes:35309
From: hsbt <ko1@a...>
Date: Fri, 5 Sep 2014 10:41:40 +0900 (JST)
Subject: [ruby-changes:35309] hsbt:r47392 (trunk): * test/rdoc/test_rdoc_rdoc.rb (TestRDocRDoc#test_parse_file_encoding):
hsbt 2014-09-05 10:41:28 +0900 (Fri, 05 Sep 2014) New Revision: 47392 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47392 Log: * test/rdoc/test_rdoc_rdoc.rb (TestRDocRDoc#test_parse_file_encoding): typofix. Modified files: trunk/ChangeLog trunk/test/rdoc/test_rdoc_rdoc.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 47391) +++ ChangeLog (revision 47392) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Sep 5 10:41:07 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * test/rdoc/test_rdoc_rdoc.rb (TestRDocRDoc#test_parse_file_encoding): + typofix. + Fri Sep 5 10:39:14 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287) Index: test/rdoc/test_rdoc_rdoc.rb =================================================================== --- test/rdoc/test_rdoc_rdoc.rb (revision 47391) +++ test/rdoc/test_rdoc_rdoc.rb (revision 47392) @@ -261,7 +261,7 @@ class TestRDocRDoc < RDoc::TestCase https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_rdoc.rb#L261 assert_equal Encoding::ISO_8859_1, top_level.absolute_name.encoding io end - tf.close! if tf.respond_to? :close? + tf.close! if tf.respond_to? :close! end def test_parse_file_forbidden -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/