Changeset 15420 in josm for trunk/test
- Timestamp:
- 2019-10-05T16:00:39+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java
r15400 r15420 161 161 162 162 /** 163 * Enable {@code Main#platform} global variable.164 * @return this instance, for easy chaining165 * @deprecated Not needed anymore166 */167 @Deprecated168 public JOSMTestRules platform() {169 return this;170 }171 172 /**173 163 * Mock this test's assumed JOSM version (as reported by {@link Version}). 174 164 * @param revisionProperties mock contents of JOSM's {@code REVISION} properties file … … 374 364 final Runnable navigableComponentMockingRunnable 375 365 ) { 376 platform();377 366 this.main = true; 378 367 this.mapViewStateMockingRunnable = mapViewStateMockingRunnable;
Note:
See TracChangeset
for help on using the changeset viewer.