Changeset 36216 in osm for applications/editors/josm/plugins/utilsplugin2/test
- Timestamp:
- 2024-02-29T08:28:08+01:00 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/test/unit/org/openstreetmap/josm/plugins/utilsplugin2/actions/SplitObjectActionTest.java
r36130 r36216 90 90 DeleteCommand.setDeletionCallback(new AlwaysDeleteCallback()); 91 91 92 Config.getPref().putBoolean("message.combine_ tags", false);93 Config.getPref().putInt("message.combine_ tags.value", JOptionPane.YES_OPTION);92 Config.getPref().putBoolean("message.combine_relation_member", false); 93 Config.getPref().putInt("message.combine_relation_member.value", JOptionPane.YES_OPTION); 94 94 new CombineWayAction().actionPerformed(null); 95 95 GuiHelper.runInEDTAndWait(() -> { /* sync edt */ });
Note:
See TracChangeset
for help on using the changeset viewer.