From ef8e0908af4a1784d8e06b0110168e2df0f95f1e Mon Sep 17 00:00:00 2001 From: drbrain Date: Tue, 27 Nov 2012 07:09:21 +0000 Subject: * test/rdoc/test_rdoc_generator_darkfish.rb: Updated tests for windows * test/rdoc/test_rdoc_options.rb: ditto * test/rdoc/test_rdoc_parser.rb: ditto * test/rdoc/test_rdoc_rdoc.rb: ditto * test/rdoc/test_rdoc_ri_driver.rb: ditto * test/rdoc/test_rdoc_servlet.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_rdoc.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/rdoc/test_rdoc_rdoc.rb') diff --git a/test/rdoc/test_rdoc_rdoc.rb b/test/rdoc/test_rdoc_rdoc.rb index fd6b3f81e4..b0a0fadc49 100644 --- a/test/rdoc/test_rdoc_rdoc.rb +++ b/test/rdoc/test_rdoc_rdoc.rb @@ -157,6 +157,8 @@ class TestRDocRDoc < RDoc::TestCase end def test_parse_file_forbidden + skip 'chmod not supported' if Gem.win_platform? + @rdoc.store = RDoc::Store.new Tempfile.open 'test.txt' do |io| @@ -196,7 +198,7 @@ class TestRDocRDoc < RDoc::TestCase def test_remove_unparseable_tags_emacs temp_dir do - open 'TAGS', 'w' do |io| # emacs + open 'TAGS', 'wb' do |io| # emacs io.write "\f\nlib/foo.rb,43\n" end -- cgit v1.2.3