mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4bbe175499
commit
2fc95b6399
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Nov 12 00:47:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
||||
|
||||
* lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.
|
||||
|
||||
Tue Nov 11 23:54:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org>
|
||||
|
||||
* lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
|
||||
# License:: Ruby license.
|
||||
|
||||
require 'test/unit'
|
||||
require 'test/unit/util/observable'
|
||||
require 'test/unit/testresult'
|
||||
|
||||
|
|
Loading…
Reference in a new issue