ruby-changes:2524
From: ko1@a...
Date: 26 Nov 2007 10:21:00 +0900
Subject: [ruby-changes:2524] nobu - Ruby:r14015 (trunk): * bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb test/ruby/test_m17n.rb: set properties.
nobu 2007-11-26 10:20:48 +0900 (Mon, 26 Nov 2007) New Revision: 14015 Modified files: trunk/bootstraptest/test_io.rb trunk/bootstraptest/test_marshal.rb trunk/lib/rubygems/require_paths_builder.rb trunk/test/ruby/test_m17n.rb Log: * bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb test/ruby/test_m17n.rb: set properties. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_marshal.rb?r1=14015&r2=14014 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_marshal.rb?r1=14015&r2=14014 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_io.rb?r1=14015&r2=14014 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_io.rb?r1=14015&r2=14014 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rubygems/require_paths_builder.rb?r1=14015&r2=14014 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_m17n.rb?r1=14015&r2=14014 Index: bootstraptest/test_marshal.rb =================================================================== --- bootstraptest/test_marshal.rb (revision 14014) +++ bootstraptest/test_marshal.rb (revision 14015) @@ -1,5 +1,5 @@ - -assert_normal_exit %q{ - Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| }) -} - + +assert_normal_exit %q{ + Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| }) +} + Property changes on: bootstraptest/test_marshal.rb ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + LF Index: bootstraptest/test_io.rb =================================================================== --- bootstraptest/test_io.rb (revision 14014) +++ bootstraptest/test_io.rb (revision 14015) @@ -1,9 +1,9 @@ -assert_finish 1, %q{ - r, w = IO.pipe - t1 = Thread.new { r.sysread(1) } - t2 = Thread.new { r.sysread(1) } - sleep 0.1 - w.write "a" - sleep 0.1 - w.write "a" -}, '[ruby-dev:31866]' +assert_finish 1, %q{ + r, w = IO.pipe + t1 = Thread.new { r.sysread(1) } + t2 = Thread.new { r.sysread(1) } + sleep 0.1 + w.write "a" + sleep 0.1 + w.write "a" +}, '[ruby-dev:31866]' Property changes on: bootstraptest/test_io.rb ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + LF Property changes on: lib/rubygems/require_paths_builder.rb ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + LF Property changes on: test/ruby/test_m17n.rb ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + LF -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml