ruby-changes:8281
From: mame <ko1@a...>
Date: Fri, 17 Oct 2008 00:42:07 +0900 (JST)
Subject: [ruby-changes:8281] Ruby:r19809 (trunk): * lib/test/unit.rb: sort the order of executing tests.
mame 2008-10-17 00:40:49 +0900 (Fri, 17 Oct 2008) New Revision: 19809 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19809 Log: * lib/test/unit.rb: sort the order of executing tests. Modified files: trunk/ChangeLog trunk/lib/test/unit.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 19808) +++ ChangeLog (revision 19809) @@ -1,3 +1,7 @@ +Fri Oct 17 00:39:19 2008 Yusuke Endoh <mame@t...> + + * lib/test/unit.rb: sort the order of executing tests. + Fri Oct 17 00:24:15 2008 Tanaka Akira <akr@f...> * io.c (rb_io_binmode): reset encoding conversion. Index: lib/test/unit.rb =================================================================== --- lib/test/unit.rb (revision 19808) +++ lib/test/unit.rb (revision 19809) @@ -152,6 +152,9 @@ class TestCase < MiniTest::Unit::TestCase include Assertions + def self.test_order + :sorted + end end end end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/