test/tc/files_select.rb in rio-0.4.2 vs test/tc/files_select.rb in rio-0.5.1

- old
+ new

@@ -26,10 +26,10 @@ #$trace_states = true ans = [] rio('d0').files.each { |f| ans << f } - assert_equal(['d0/f2','d0/f3'],smap(ans)) + assert_equal(['d0/f2','d0/f3'].sort,smap(ans).sort) end def test_files_method_with_dir_rio_each_skip #$trace_states = true ans = [] rio('d0').skip('f*').files.each { |f|