Changeset 35629 in osm for applications/editors/josm/plugins/comfort0/test/unit
- Timestamp:
- 2020-10-29T00:14:23+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/comfort0/test/unit/net/simon04/comfort0/EditLevel0LActionTest.java
r35628 r35629 69 69 node.put("fixme", "delete me!"); 70 70 command = buildChangeCommand(dataSet, ChangePropertyCommand.class); 71 assertThat(command.getTags(), is(new TagMap("name", "Neu Broderstorf", "traffic_sign", "city_limit"))); 71 assertThat(command.getTags(), is(new TagMap("name", "Neu Broderstorf", "traffic_sign", "city_limit", "fixme", ""))); 72 72 node.remove("fixme"); 73 73
Note:
See TracChangeset
for help on using the changeset viewer.