diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-27 11:51:55 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-27 11:51:55 +0000 |
| commit | 369b737e56905f94dc4a185ddae2d8129c5c9a50 (patch) | |
| tree | 1c5e7235b590e1431f70ab743b4ac7314c7a0d81 /lib/test/unit | |
| parent | 3622d0a0d9256db0e8ed1090a53831872003764f (diff) | |
| download | ruby-369b737e56905f94dc4a185ddae2d8129c5c9a50.tar.gz ruby-369b737e56905f94dc4a185ddae2d8129c5c9a50.tar.xz ruby-369b737e56905f94dc4a185ddae2d8129c5c9a50.zip | |
Merge changes between r11871 and r11907 from ruby_1_8.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@11908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/test/unit')
| -rw-r--r-- | lib/test/unit/autorunner.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/test/unit/autorunner.rb b/lib/test/unit/autorunner.rb index dadf080d1..86c9b1294 100644 --- a/lib/test/unit/autorunner.rb +++ b/lib/test/unit/autorunner.rb @@ -81,6 +81,7 @@ module Test @filters = [] @to_run = [] @output_level = UI::NORMAL + @workdir = nil yield(self) if(block_given?) end |
