diff options
| author | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-05 02:17:07 +0000 |
|---|---|---|
| committer | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-05 02:17:07 +0000 |
| commit | 3602e952c56b388746f65c2c5d3779b7dcecc635 (patch) | |
| tree | fb22b342c09e128badede324be27d35a57ba0d74 /lib/rubyunit.rb | |
| parent | bf620f001127c9a6aee757e5d6319e23c153fdfa (diff) | |
| download | ruby-3602e952c56b388746f65c2c5d3779b7dcecc635.tar.gz ruby-3602e952c56b388746f65c2c5d3779b7dcecc635.tar.xz ruby-3602e952c56b388746f65c2c5d3779b7dcecc635.zip | |
* lib/rubyunit.rb: aliasing TestCase into the top level is
problematic.
* lib/runit/assert.rb: fixed a couple of bugs caused by recent
refactoring in Test::Unit.
* test/testunit/runit/*: added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubyunit.rb')
| -rw-r--r-- | lib/rubyunit.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubyunit.rb b/lib/rubyunit.rb index 8f1086c81..1aca37864 100644 --- a/lib/rubyunit.rb +++ b/lib/rubyunit.rb @@ -4,5 +4,3 @@ require 'runit/testcase' require 'test/unit' - -TestCase = RUNIT::TestCase |
