Changeset 7063 in josm for trunk/test
- Timestamp:
- 2014-05-04T23:59:19+02:00 (11 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/data
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/BoundsTest.java
r7052 r7063 6 6 import static org.junit.Assert.assertTrue; 7 7 8 public class BoundsTest s{8 public class BoundsTest { 9 9 10 10 @Test -
trunk/test/unit/org/openstreetmap/josm/data/osm/OsmPrimitiveKeyHandlingTest.java
r7052 r7063 14 14 * 15 15 */ 16 public class OsmPrimitiveKeyHandling { 16 public class OsmPrimitiveKeyHandlingTest { 17 17 18 18 @BeforeClass
Note:
See TracChangeset
for help on using the changeset viewer.