Changeset 15420 in josm for trunk/test


Ignore:
Timestamp:
2019-10-05T16:00:39+02:00 (5 years ago)
Author:
Don-vip
Message:

remove deprecated test option

File:
1 edited

Legend:

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

    r15400 r15420  
    161161
    162162    /**
    163      * Enable {@code Main#platform} global variable.
    164      * @return this instance, for easy chaining
    165      * @deprecated Not needed anymore
    166      */
    167     @Deprecated
    168     public JOSMTestRules platform() {
    169         return this;
    170     }
    171 
    172     /**
    173163     * Mock this test's assumed JOSM version (as reported by {@link Version}).
    174164     * @param revisionProperties mock contents of JOSM's {@code REVISION} properties file
     
    374364        final Runnable navigableComponentMockingRunnable
    375365    ) {
    376         platform();
    377366        this.main = true;
    378367        this.mapViewStateMockingRunnable = mapViewStateMockingRunnable;
Note: See TracChangeset for help on using the changeset viewer.