Ignore:
Timestamp:
2019-02-09T23:11:53+01:00 (5 years ago)
Author:
Don-vip
Message:

see #16912 - Ignore HeadlessException with JavaFX components. Issue hard to solve and we're not interested by that

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java

    r14770 r14776  
    148148            root.printStackTrace();
    149149            // Ignore HeadlessException with JavaFX components. Issue hard to solve and we're not interested by that
    150             if (!(t instanceof HeadlessException)) {
     150            if (!(root instanceof HeadlessException)) {
    151151                layerExceptions.put(findFaultyPlugin(loadedPlugins, root), root);
    152152            }
Note: See TracChangeset for help on using the changeset viewer.