On Fri, Oct 1, 2010 at 1:59 PM, Damon Lundin <[email protected]> wrote:
> On Oct 1, 12:51 pm, John Tamplin <[email protected]> wrote: > > If you are only using GWT-supplied APIs, I am not sure how you aren't > > getting the uncaught exception handler called on those calls. Can you > > create a small repro case that illustrates the problem? > I think you are misunderstanding. The uncaught exception handle *is* > getting called. The uncaught exception handler that is setup by the > gwttestcase is catching the exception and calling finishTest. The > problem is that there are outstanding commands that continue to get > executed even though that particular test case just failed and is done. Ok, then just have try/finally around your code to cleanup the state in the test before the exception catching code finishes the test. -- John A. Tamplin Software Engineer (GWT), Google -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
