Changeset 16407 in josm for trunk/test/unit
- Timestamp:
- 2020-05-13T15:24:14+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/ExceptionUtilTest.java
r15085 r16407 436 436 ExceptionUtil.explainPreconditionFailed(new OsmApiException(code, "Way 1 is still used by relation 1", ""))); 437 437 438 assertEquals("<html><strong>Failed</strong> to delete <strong>way 1</strong>. It is still referred to bynodes [1, 2].<br>"+439 "Please load the nodes, remove the reference tothe way, and upload again.</html>",438 assertEquals("<html><strong>Failed</strong> to upload <strong>way 1</strong>. It refers to deleted nodes [1, 2].<br>"+ 439 "Please load the nodes, remove the reference in the way, and upload again.</html>", 440 440 ExceptionUtil.explainPreconditionFailed(new OsmApiException(code, "Way 1 requires the nodes with id in 1,2", ""))); 441 441 }
Note:
See TracChangeset
for help on using the changeset viewer.