1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/test/unit
nahi f34ce620a7 * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError
and SystemExitError) while loading a testcase.  smell of bug.

        * test/testunit/collector/test_dir.rb: add new test of the LoadError.

        * test/drb/{test_drbssl.rb,test_drbunix.rb}: do not define testcase if
          openssl is not installed.

        * test/testunit/collector/test_dir.rb: assert_raises -> assert_raise.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-01-09 04:26:05 +00:00
..
collector * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError 2004-01-09 04:26:05 +00:00
ui * lib/test/unit/autorunner.rb: remove dependency to a particular 2003-12-08 13:48:14 +00:00
util * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred 2003-11-21 22:36:13 +00:00
assertionfailederror.rb * lib/test/unit.rb: do not run tests if $! is set. 2003-11-18 23:00:29 +00:00
assertions.rb * lib/test/unit/assertions.rb: Modules are allowed to rescue. 2003-12-24 05:08:04 +00:00
autorunner.rb * lib/test/unit/assertions.rb: Modules are allowed to rescue. 2003-12-24 05:08:04 +00:00
collector.rb * lib/test/unit.rb: removed installation instructions. 2003-10-08 13:21:28 +00:00
error.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
failure.rb * lib/test/unit/assertions.rb: added a default message for #assert, 2003-10-02 23:03:13 +00:00
testcase.rb * lib/test/unit/assertions.rb: use #__send__ instead of #send. 2003-11-20 15:45:56 +00:00
testresult.rb Initial revision 2003-02-12 03:12:14 +00:00
testsuite.rb * lib/test/unit/testsuite.rb: changed #<< to return self, and added 2003-10-03 22:35:19 +00:00