Changeset 14078 in josm
- Timestamp:
- 2018-08-03T08:27:35+02:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmReader.java
r14038 r14078 572 572 current.setChangesetId(0); 573 573 } else if (current.getChangesetId() < 0) { 574 // for an existing primitive this is a problem only for negative ids (G PDR extracts are set to 0)574 // for an existing primitive this is a problem only for negative ids (GDPR extracts are set to 0) 575 575 throwException(tr("Illegal value for attribute ''changeset''. Got {0}.", v)); 576 576 } -
trunk/test/unit/org/openstreetmap/josm/io/OsmReaderTest.java
r14038 r14078 268 268 269 269 /** 270 * Test G PDR-compliant changeset.270 * Test GDPR-compliant changeset. 271 271 * @throws Exception if any error occurs 272 272 */
Note:
See TracChangeset
for help on using the changeset viewer.