ruby-changes:28896
From: ko1 <ko1@a...>
Date: Mon, 27 May 2013 09:24:57 +0900 (JST)
Subject: [ruby-changes:28896] ko1:r40948 (trunk): * test/-ext-/postponed_job/test_postponed_job.rb: fix typo and class name.
ko1 2013-05-27 09:24:23 +0900 (Mon, 27 May 2013) New Revision: 40948 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40948 Log: * test/-ext-/postponed_job/test_postponed_job.rb: fix typo and class name. Modified files: trunk/ChangeLog trunk/test/-ext-/postponed_job/test_postponed_job.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 40947) +++ ChangeLog (revision 40948) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon May 27 09:24:03 2013 Koichi Sasada <ko1@a...> + + * test/-ext-/postponed_job/test_postponed_job.rb: fix typo and class name. + Mon May 27 09:05:17 2013 Koichi Sasada <ko1@a...> * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events. Index: test/-ext-/postponed_job/test_postponed_job.rb =================================================================== --- test/-ext-/postponed_job/test_postponed_job.rb (revision 40947) +++ test/-ext-/postponed_job/test_postponed_job.rb (revision 40948) @@ -4,7 +4,7 @@ require '-test-/postponed_job' https://github.com/ruby/ruby/blob/trunk/test/-ext-/postponed_job/test_postponed_job.rb#L4 module Bug def self.postponed_job_call_direct_wrapper(*args) - postponed_job_call_direct(*arg) + postponed_job_call_direct(*args) end def self.postponed_job_register_wrapper(*args) @@ -12,7 +12,7 @@ module Bug https://github.com/ruby/ruby/blob/trunk/test/-ext-/postponed_job/test_postponed_job.rb#L12 end end -class TestTask < Test::Unit::TestCase +class TestPostponed_job < Test::Unit::TestCase def test_register direct, registered = [], [] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/