Changeset 8513 in josm for trunk/test/unit/org/openstreetmap/josm/tools
- Timestamp:
- 2015-06-21T02:25:56+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/OsmUrlToBoundsTest.java
r8509 r8513 4 4 import org.junit.Assert; 5 5 import org.junit.Test; 6 import org.openstreetmap.josm.Main; 6 7 import org.openstreetmap.josm.data.Bounds; 7 8 … … 71 72 } catch (IllegalArgumentException e) { 72 73 // Ignore. check if bounds is null after 74 if (Main.isTraceEnabled()) { 75 Main.trace(e.getMessage()); 76 } 73 77 } 74 78 Assert.assertEquals(item.url, item.bounds, bounds);
Note:
See TracChangeset
for help on using the changeset viewer.