Changeset 11933 in josm for trunk/test
- Timestamp:
- 2017-04-16T21:01:11+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/osm/OsmPrimitiveKeyHandlingTest.java
r10945 r11933 139 139 */ 140 140 @Test 141 public void testHasEqualSemanticAttributes _2() {141 public void testHasEqualSemanticAttributes2() { 142 142 Node n1 = new Node(1); 143 143 n1.setCoor(LatLon.ZERO);
Note:
See TracChangeset
for help on using the changeset viewer.