Changeset 15398 in josm for trunk/test/unit
- Timestamp:
- 2019-10-01T00:38:23+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/layer/GpxLayerTest.java
r15396 r15398 16 16 import javax.swing.JScrollPane; 17 17 18 import org.junit.Before Class;18 import org.junit.Before; 19 19 import org.junit.Rule; 20 20 import org.junit.Test; … … 48 48 * Setup test 49 49 */ 50 @Before Class51 public static void beforeClass() {50 @Before 51 public void before() { 52 52 // Make sure we don't rely on a specific country, for distance units 53 53 Locale.setDefault(Locale.ENGLISH);
Note:
See TracChangeset
for help on using the changeset viewer.