Ignore:
Timestamp:
2017-09-06T17:27:26+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15229 - see #15182 - see #13036 - remove more GUI stuff from DeleteCommand

Location:
trunk/test/unit/org/openstreetmap/josm
Files:
2 edited

Legend:

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

    r12757 r12760  
    128128
    129129        // Setup callbacks
    130         DeleteCommand.setDeletionCallback(DeleteAction::checkAndConfirmOutlyingDelete);
     130        DeleteCommand.setDeletionCallback(DeleteAction.defaultDeletionCallback);
    131131
    132132        if (createGui) {
  • trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java

    r12751 r12760  
    272272        User.clearUserMap();
    273273        // Setup callbacks
    274         DeleteCommand.setDeletionCallback(DeleteAction::checkAndConfirmOutlyingDelete);
     274        DeleteCommand.setDeletionCallback(DeleteAction.defaultDeletionCallback);
    275275
    276276        // Set up i18n
Note: See TracChangeset for help on using the changeset viewer.