dooApp/FXForm2

The default uncaught exception handler should be restored when modified in a test

amischler opened this issue · 1 comments

Some unit tests modify the default uncaught exception handler by calling Thread.setDefaultUncaughtExceptionHandler, which also modifies the exception handler for subsequent tests. This should be avoided.

Fixed in 8.1.3