* lib/test/unit/testcase.rb (Test::Unit): removes silly TestCase

class.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-08-06 03:05:16 +00:00
Родитель d427b8a8ee
Коммит d04b691b96
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Thu Aug 6 12:05:06 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/test/unit/testcase.rb (Test::Unit): removes silly TestCase
class.
Thu Aug 6 01:37:20 2009 Akinori MUSHA <knu@iDaemons.org>
* ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an

Просмотреть файл

@ -2,6 +2,9 @@ require 'test/unit/assertions'
module Test
module Unit
# remove silly TestCase class
remove_const(:TestCase) if defined?(self::TestCase)
class TestCase < MiniTest::Unit::TestCase
include Assertions
def self.test_order