ruby-changes:33989
From: akr <ko1@a...>
Date: Sat, 24 May 2014 15:02:02 +0900 (JST)
Subject: [ruby-changes:33989] akr:r46070 (trunk): * test/lib/minitest: Remove comments not appropriate now.
akr 2014-05-24 15:01:51 +0900 (Sat, 24 May 2014) New Revision: 46070 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=46070 Log: * test/lib/minitest: Remove comments not appropriate now. * test/minitest: Ditto. Modified files: trunk/ChangeLog trunk/test/lib/minitest/autorun.rb trunk/test/lib/minitest/benchmark.rb trunk/test/lib/minitest/hell.rb trunk/test/lib/minitest/mock.rb trunk/test/lib/minitest/parallel_each.rb trunk/test/lib/minitest/pride.rb trunk/test/lib/minitest/spec.rb trunk/test/lib/minitest/unit.rb trunk/test/minitest/metametameta.rb trunk/test/minitest/test_minitest_benchmark.rb trunk/test/minitest/test_minitest_mock.rb trunk/test/minitest/test_minitest_spec.rb trunk/test/minitest/test_minitest_unit.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 46069) +++ ChangeLog (revision 46070) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat May 24 14:59:12 2014 Tanaka Akira <akr@f...> + + * test/lib/minitest: Remove comments not appropriate now. + + * test/minitest: Ditto. + Sat May 24 14:02:04 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> * NEWS: added minitest changes. Index: test/lib/minitest/autorun.rb =================================================================== --- test/lib/minitest/autorun.rb (revision 46069) +++ test/lib/minitest/autorun.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/lib/minitest/autorun.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### begin require 'rubygems' Index: test/lib/minitest/unit.rb =================================================================== --- test/lib/minitest/unit.rb (revision 46069) +++ test/lib/minitest/unit.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/lib/minitest/unit.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### require "optparse" require "rbconfig" Index: test/lib/minitest/pride.rb =================================================================== --- test/lib/minitest/pride.rb (revision 46069) +++ test/lib/minitest/pride.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/lib/minitest/pride.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### require "minitest/unit" Index: test/lib/minitest/hell.rb =================================================================== --- test/lib/minitest/hell.rb (revision 46069) +++ test/lib/minitest/hell.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/lib/minitest/hell.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### require "minitest/parallel_each" Index: test/lib/minitest/mock.rb =================================================================== --- test/lib/minitest/mock.rb (revision 46069) +++ test/lib/minitest/mock.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/lib/minitest/mock.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### class MockExpectationError < StandardError; end # :nodoc: Index: test/lib/minitest/benchmark.rb =================================================================== --- test/lib/minitest/benchmark.rb (revision 46069) +++ test/lib/minitest/benchmark.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/lib/minitest/benchmark.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### require 'minitest/unit' require 'minitest/spec' Index: test/lib/minitest/spec.rb =================================================================== --- test/lib/minitest/spec.rb (revision 46069) +++ test/lib/minitest/spec.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/lib/minitest/spec.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### #!/usr/bin/ruby -w Index: test/lib/minitest/parallel_each.rb =================================================================== --- test/lib/minitest/parallel_each.rb (revision 46069) +++ test/lib/minitest/parallel_each.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/lib/minitest/parallel_each.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### ## # Provides a parallel #each that lets you enumerate using N threads. Index: test/minitest/metametameta.rb =================================================================== --- test/minitest/metametameta.rb (revision 46069) +++ test/minitest/metametameta.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/minitest/metametameta.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### require 'tempfile' require 'stringio' Index: test/minitest/test_minitest_mock.rb =================================================================== --- test/minitest/test_minitest_mock.rb (revision 46069) +++ test/minitest/test_minitest_mock.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/minitest/test_minitest_mock.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### require 'minitest/autorun' Index: test/minitest/test_minitest_benchmark.rb =================================================================== --- test/minitest/test_minitest_benchmark.rb (revision 46069) +++ test/minitest/test_minitest_benchmark.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/minitest/test_minitest_benchmark.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### require 'minitest/autorun' require 'minitest/benchmark' Index: test/minitest/test_minitest_spec.rb =================================================================== --- test/minitest/test_minitest_spec.rb (revision 46069) +++ test/minitest/test_minitest_spec.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/minitest/test_minitest_spec.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### # encoding: utf-8 require "minitest/autorun" Index: test/minitest/test_minitest_unit.rb =================================================================== --- test/minitest/test_minitest_unit.rb (revision 46069) +++ test/minitest/test_minitest_unit.rb (revision 46070) @@ -1,9 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/minitest/test_minitest_unit.rb#L1 # encoding: utf-8 -###################################################################### -# This file is imported from the minitest project. -# DO NOT make modifications in this repo. They _will_ be reverted! -# File a patch instead and assign it to Ryan Davis. -###################################################################### require 'pathname' require 'minitest/metametameta' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/