Changeset 10636 in josm for trunk/test
- Timestamp:
- 2016-07-25T20:51:34+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/GeoUrlToBoundsTest.java
r10635 r10636 2 2 package org.openstreetmap.josm.tools; 3 3 4 import org.junit.Test;5 6 4 import static org.hamcrest.CoreMatchers.nullValue; 7 5 import static org.hamcrest.core.Is.is; 8 import static org.junit.Assert.*; 6 import static org.junit.Assert.assertThat; 7 8 import org.junit.Test; 9 9 10 10 /**
Note:
See TracChangeset
for help on using the changeset viewer.