diff options
author | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-11 15:50:28 +0000 |
---|---|---|
committer | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-11 15:50:28 +0000 |
commit | 2fc95b6399d7120f38fa9a00b76bd4e3a30c5267 (patch) | |
tree | 70184aa302992f7f6b41bf10ca6737849cb8eedd | |
parent | 4bbe1754993cb2d9130e0534de207250336a2150 (diff) |
* 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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lib/test/unit/ui/testrunnermediator.rb | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Tue Nov 12 00:47:00 2003 Nathaniel Talbott <[email protected]> + + * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'. + Tue Nov 11 23:54:00 2003 Nathaniel Talbott <[email protected]> * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle diff --git a/lib/test/unit/ui/testrunnermediator.rb b/lib/test/unit/ui/testrunnermediator.rb index bd051e2a51..4fad47a853 100644 --- a/lib/test/unit/ui/testrunnermediator.rb +++ b/lib/test/unit/ui/testrunnermediator.rb @@ -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' |