Changeset 6471 in josm for trunk/test/unit/org/openstreetmap/josm/gui/conflict
- Timestamp:
- 2013-12-11T00:51:08+01:00 (11 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/gui/conflict
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/conflict/nodes/NodeListMergeModelTest.java
r5299 r6471 32 32 @BeforeClass 33 33 public static void init() { 34 Main. pref = newPreferences();34 Main.initApplicationPreferences(); 35 35 } 36 36 -
trunk/test/unit/org/openstreetmap/josm/gui/conflict/properties/PropertiesMergeModelTest.java
r5556 r6471 48 48 public static void init() { 49 49 Main.setProjection(Projections.getProjectionByCode("EPSG:4326")); 50 Main. pref = newPreferences();50 Main.initApplicationPreferences(); 51 51 } 52 52 -
trunk/test/unit/org/openstreetmap/josm/gui/conflict/tags/TagMergeItemTest.java
r3577 r6471 18 18 @BeforeClass 19 19 public static void init() { 20 Main. pref = newPreferences();20 Main.initApplicationPreferences(); 21 21 } 22 22 -
trunk/test/unit/org/openstreetmap/josm/gui/conflict/tags/TagMergeModelTest.java
r3577 r6471 24 24 @BeforeClass 25 25 public static void init() { 26 Main. pref = newPreferences();26 Main.initApplicationPreferences(); 27 27 } 28 28
Note:
See TracChangeset
for help on using the changeset viewer.