Changeset 8509 in josm for trunk/test/unit/org/openstreetmap/josm/actions
- Timestamp:
- 2015-06-20T14:36:00+02:00 (10 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/actions
- Files:
-
- 3 edited
-
CopyActionTest.java (modified) (2 diffs)
-
mapmode/SelectActionTest.java (modified) (2 diffs)
-
search/SearchCompilerTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/CopyActionTest.java
r8194 r8509 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.actions; 3 4 import static org.hamcrest.CoreMatchers.is; 5 import static org.junit.Assert.assertThat; 6 7 import java.util.Arrays; 8 import java.util.Collections; 2 9 3 10 import org.junit.BeforeClass; … … 6 13 import org.openstreetmap.josm.data.osm.Relation; 7 14 import org.openstreetmap.josm.data.osm.Way; 8 9 import java.util.Arrays;10 import java.util.Collections;11 12 import static org.hamcrest.CoreMatchers.is;13 import static org.junit.Assert.*;14 15 15 16 public class CopyActionTest { -
trunk/test/unit/org/openstreetmap/josm/actions/mapmode/SelectActionTest.java
r8450 r8509 20 20 import org.openstreetmap.josm.JOSMFixture; 21 21 import org.openstreetmap.josm.Main; 22 import org.openstreetmap.josm.corrector.UserCancelException;23 22 import org.openstreetmap.josm.data.Preferences; 24 23 import org.openstreetmap.josm.data.coor.EastNorth; … … 131 130 /** 132 131 * Setup test. 133 * @throws UserCancelException134 132 */ 135 133 @BeforeClass 136 public static void setUp() throws UserCancelException{134 public static void setUp() { 137 135 JOSMFixture.createUnitTestFixture().init(true); 138 136 } -
trunk/test/unit/org/openstreetmap/josm/actions/search/SearchCompilerTest.java
r8250 r8509 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.actions.search; 2 3
Note:
See TracChangeset
for help on using the changeset viewer.
