mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
sort test result
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3efa7126e5
commit
6888d69747
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class TestDir < Test::Unit::TestCase
|
|||
|
||||
open(File.join(@root, "}}{}"), "wb") {}
|
||||
open(File.join(@root, "}}a"), "wb") {}
|
||||
assert_equal(%w(}}{} }}a).map {|f| File.join(@root, f)}, Dir.glob(File.join(@root, '}}{\{\},a}')))
|
||||
assert_equal(%w(}}{} }}a).map {|f| File.join(@root, f)}.sort, Dir.glob(File.join(@root, '}}{\{\},a}')).sort)
|
||||
assert_equal(%w(}}{} }}a b c).map {|f| File.join(@root, f)}.sort, Dir.glob(File.join(@root, '{\}\}{\{\},a},b,c}')).sort)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue