Changeset 12110 in josm
- Timestamp:
- 2017-05-11T00:45:03+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/AlignInLineActionTest.java
r10758 r12110 5 5 import static org.junit.Assert.assertNotNull; 6 6 7 import org.junit.Before Class;7 import org.junit.Before; 8 8 import org.junit.Test; 9 9 import org.openstreetmap.josm.JOSMFixture; … … 29 29 * Setup test. 30 30 */ 31 @Before Class32 public staticvoid setUp() {31 @Before 32 public void setUp() { 33 33 JOSMFixture.createUnitTestFixture().init(true); 34 34
Note:
See TracChangeset
for help on using the changeset viewer.