From: Mike Stok Date: 2006-05-14T07:01:28+09:00 Subject: Re: Forcing some code to run at the end of tests On 13-May-06, at 5:44 PM, Sy Ali wrote: > I'm playing with some test scripts, and I cannot for the life of me > ensure that a block of code is run after every test is run. I can > think of some ugly ways to do it.. but is there an elegant way which I > missed? Does every test mean every test case? If so you might look at Test::Unit::TestCase's teardown. Mike -- Mike Stok http://www.stok.ca/~mike/ The "`Stok' disclaimers" apply.