On 24 April 2011 15:13, Stéphane Ducasse <[email protected]> wrote:
> Ok I got it I ws confused by SUnit interference
>

:))

> testDo
>        "self run: #testDo"
>
>        self do: [ Error signal].
>        self assert: x = 3
>
>
>
> self run: #testDo -> red tests
>
> self debug: #testDo + proceed -> green tests
>

Yes, sunit interrupts execution at the moment when error was triggered,
before unwinding the stack.


-- 
Best regards,
Igor Stasenko AKA sig.

Reply via email to