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? > > John A. Tamplin > Software Engineer (GWT), Google
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. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
