Ignore:
Timestamp:
2016-01-27T22:18:36+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #12410 - new button to refresh relation in relation editor (patch by kolesar, modified for checkstyle, javadoc, unit test)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/actions/RelationEditorActionsTest.java

    r9588 r9657  
    7474
    7575        new ApplyAction(memberTable, memberTableModel, tagModel, layer, editor).actionPerformed(null);
     76        new RefreshAction(memberTable, memberTableModel, tagModel, layer, editor).actionPerformed(null);
    7677        new OKAction(memberTable, memberTableModel, tagModel, layer, editor, tfRole).actionPerformed(null);
    7778        new CancelAction(memberTable, memberTableModel, tagModel, layer, editor, tfRole).actionPerformed(null);
Note: See TracChangeset for help on using the changeset viewer.