Skip to content

Commit 44f34a0

Browse files
committed
Renamed UTM_MGRS_test to CoordTest.
1 parent a74b3e0 commit 44f34a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gov/nasa/worldwind/geom/coords/UTM_MGRS_test.java renamed to test/gov/nasa/worldwind/geom/coords/CoordTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import gov.nasa.worldwind.geom.LatLon;
44
import org.junit.Test;
55

6-
public class UTM_MGRS_test {
6+
public class CoordTest {
77

88
private LatLon[] input0 = {
99
LatLon.fromDegrees(-74.37916, 155.02235),

0 commit comments

Comments
 (0)