<div dir="ltr">I have discovered that my &#39;dead instances&#39; were actually being created by the TestRunner.&nbsp; I was surprised about that, because, I had assumed, that when I closed the TestRunner window, all the instances that I had created in the setUp code, would be Garbage Collected.&nbsp; Just to be clear my setUp code was doing nothing more complicated than e.g.<br>
<br>fspace := Fspace new.<br><br>When I added tearDown routines to all the tests, e.g. <br><br>fspace := nil.<br><br>The problem went away.&nbsp; Is this simply how the TestRunner works, or am I doing something wrong?<br><br>Cheers<br>
AB<br></div>