Changeset 31847 in osm for applications/editors/josm/plugins/wikipedia/test/unit
- Timestamp:
- 2015-12-22T18:51:31+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/WikipediaAppTest.java
r30550 r31847 1 1 package org.wikipedia; 2 2 3 import org.junit.Before; 3 4 import org.junit.Test; 5 import org.openstreetmap.josm.Main; 4 6 import org.openstreetmap.josm.data.coor.LatLon; 5 7 import org.openstreetmap.josm.tools.Predicate; … … 19 21 20 22 public class WikipediaAppTest { 23 @Before 24 public void setUp() throws Exception { 25 Main.initApplicationPreferences(); 26 } 21 27 22 28 @Test
Note:
See TracChangeset
for help on using the changeset viewer.