Changeset 8509 in josm for trunk/test/unit/org/openstreetmap/josm/gui/dialogs
- Timestamp:
- 2015-06-20T14:36:00+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/dialogs/LatLonDialogTest.java
r7937 r8509 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.gui.dialogs; 3 4 import static org.hamcrest.CoreMatchers.is; 5 import static org.junit.Assert.assertThat; 2 6 3 7 import org.junit.Test; 4 8 import org.openstreetmap.josm.data.coor.LatLon; 5 6 import static org.hamcrest.CoreMatchers.is;7 import static org.junit.Assert.assertThat;8 9 9 10 public class LatLonDialogTest {
Note:
See TracChangeset
for help on using the changeset viewer.