Changeset 12368 in josm for trunk/test/unit/org
- Timestamp:
- 2017-06-09T20:27:07+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/command/SelectCommandTest.java
r12350 r12368 125 125 SelectCommand command = new SelectCommand(Arrays.asList(testData.existingNode)); 126 126 command.executeCommand(); 127 assertArrayEquals(new Object[] { testData.existingNode}, command.getParticipatingPrimitives().toArray());127 assertArrayEquals(new Object[] {testData.existingNode}, command.getParticipatingPrimitives().toArray()); 128 128 } 129 129
Note:
See TracChangeset
for help on using the changeset viewer.