Hi, At Thu, 8 Feb 2007 04:55:58 +0900, Mauricio Fernandez wrote in [ruby-core:10230]: > #permute!'s imp Notlementation proves that #order! behaves as meant by Nobu, so > Test::Unit::AutoRunner is what needs to be fixed. Sorry, it seems my fault. > options.order!(args) {|arg| @to_run << arg} > + @to_run[0,0] = args It isn't @to_run.concat(args) ? -- Nobu Nakada