randombits-org / gwt-dispatch

Implements a reusable 'command pattern' API for GWT.
10 stars 1 forks source link

Allow Stack Traces to be displayed Client side #60

Closed cliedeman closed 3 years ago

cliedeman commented 9 years ago

Hi, I am creating this pull request to allow stack traces to be displayed client side using a gwt 2.6 enhancement . Unforuntately something seems to have changed in the GwtTestCase implementation because now the Standard Servlet Test fails. This failure seems to be caused by the tests not running in the order they are written. I wanted to know if you have any ideas on how I should fix this? I could split the test out but that seems like a poor and confusing solution.