Hi,

Your problem is Morph operation taking place only in the UI thread,
therefore blocking the user, is it that?

Hilaire

On 30/05/2012 07:43, Tudor Girba wrote:
> Hi,
> 
> I have a piece of code that builds a morph in a parallel process, and I would 
> like to test that it builds the right thing.
> 
> The building of the morph can take long. My current solution is to add a 
> delay, but this is ugly and unreliable:
> 
> "setup and trigger the morph building"
> (Delay forMilliseconds: 1000) wait.
> "assert that the morph is correct"
> 
> The question is if there is a better way.
> 
> Cheers,
> Doru
> 
> 
> --
> www.tudorgirba.com
> 
> "We are all great at making mistakes."
> 
> 
> 
> 
> 
> 
> 
> 
> 


-- 
Dr. Geo -- http://www.drgeo.eu


Reply via email to