зеркало из https://github.com/github/ruby.git
* lib/test/unit.rb (Test::Unit.setup_argv): sorry, fixed wrong commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9d049cc729
Коммит
879d8aa079
|
@ -1,3 +1,7 @@
|
|||
Tue Dec 16 22:42:16 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* lib/test/unit.rb (Test::Unit.setup_argv): sorry, fixed wrong commit.
|
||||
|
||||
Tue Dec 16 22:15:17 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):
|
||||
|
|
|
@ -32,7 +32,7 @@ module Test
|
|||
end
|
||||
|
||||
files.map! {|f|
|
||||
f.gsub!(/#{File::ALT_SEPARATOR}/o, File::SEPARATOR) if File::ALT_SEPARATOR
|
||||
f = f.gsub(Regexp.compile(Regexp.quote(File::ALT_SEPARATOR)), File::SEPARATOR) if File::ALT_SEPARATOR
|
||||
if File.directory? f
|
||||
Dir["#{f}/**/test_*.rb"]
|
||||
elsif File.file? f
|
||||
|
|
Загрузка…
Ссылка в новой задаче