Skip to content

Commit a74b3e0

Browse files
committed
Moved UTM_MGRS_test to correct location.
Moved the UTM_MGRS_test class to the correct location. It should be in the test folder so that it gets executed as part of the unit tests.
1 parent c1535de commit a74b3e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
package gov.nasa.worldwind.geom.coords;
22

3-
import org.junit.Test;
4-
53
import gov.nasa.worldwind.geom.LatLon;
4+
import org.junit.Test;
65

76
public class UTM_MGRS_test {
87

0 commit comments

Comments
 (0)