Changeset 14776 in josm for trunk/test/unit/org/openstreetmap
- Timestamp:
- 2019-02-09T23:11:53+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java
r14770 r14776 148 148 root.printStackTrace(); 149 149 // 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)) { 151 151 layerExceptions.put(findFaultyPlugin(loadedPlugins, root), root); 152 152 }
Note:
See TracChangeset
for help on using the changeset viewer.