Hernan Wilkinson
-
2004-10-18
Hi, theres is a bug related with resumable failures
The problem arise when a test do something like this:
testResumableFailure
self assert: false description: '' resumable: true.
This test is added as passed instead of failure.
There is a bug also with Visual Age when an exception is
resumable. When the exception is resumable this test
fail:
testResumableException
self should: [ self halt ] raise: ExHalt
I'm attaching the fix done for visual age in dat and file
out format.
Hernan.