Changeset 9547 in josm for trunk/test/unit/org/openstreetmap/josm/corrector
- Timestamp:
- 2016-01-20T01:28:07+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/corrector/ReverseWayNoTagCorrectorTest.java
r9539 r9547 1 1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.corrector; 3 4 import static org.junit.Assert.assertEquals; 3 5 4 6 import org.junit.BeforeClass; … … 6 8 import org.openstreetmap.josm.JOSMFixture; 7 9 import org.openstreetmap.josm.data.osm.Tag; 8 9 import static org.junit.Assert.*;10 10 11 11 /**
Note:
See TracChangeset
for help on using the changeset viewer.