From: ts Date: 2003-01-05T00:52:15+09:00 Subject: Re: testunit 0.1.6 problems >>>>> "n" == writes: n> I'm curious to know what others think of this change/feature. Does it n> make sense? Are there reasons to want a TestCase that has no test n> methods? print "\nVERSION of BDB is #{BDB::VERSION}\n" if BDB::VERSION_MAJOR < 3 print "\t\tno test for this version\n" exit end pigeon% ruby tests/queue.rb VERSION of BDB is Sleepycat Software: DB 2.4.14: (6/2/98) no test for this version Loaded suite tests/queue Started Failure!!! run: No tests were run. Finished in 0.001561 seconds. 0 tests, 0 assertions, 1 failures, 0 errors pigeon% but I'm happy with this Guy Decoux