|
From: Chris A. <mrc...@gm...> - 2006-06-20 18:52:13
|
On 6/20/06, Paul BH <eye...@gm...> wrote: > Even though I found I could assert outside of a test (ie in a > callback), the problem is that my testRunner needs to know when my > test suite has completed running, and this 'complete' gets triggered > early as the following trace shows (testrunneroutput gets printed when > all tests have completed, but *after* this, we get an assert Failing > that is triggered by my asynchronous call: > > > > I suspect that your approach would have the same issue chris? > Yeah, Mine would have the same exact problem. We need a way to trigger the complete event manually. Then we would be able to do this properly. I will take a look at an approach for this soon, as I will also need this behaivior at some point, once I have figured out how to keep the process of the Flash player running in OSX. See my posts on the osflash.org list if you are curious about that. -Chris |