Changeset 16652 in josm for trunk/test
- Timestamp:
- 2020-06-16T12:02:08+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java
r14385 r16652 91 91 Relation r = TestUtils.addFakeDataSet(new Relation(1)); 92 92 assertNull(GenericRelationEditor.addPrimitivesToRelation(r, Collections.<OsmPrimitive>emptyList())); 93 94 93 jopsMocker.getMockResultMap().put( 95 "<html>You are trying to add a relation to itself.<br><br>This creates circular references "94 "<html>You are trying to add a relation to itself.<br><br>This generates a circular dependency of parent/child elements " 96 95 + "and is therefore discouraged.<br>Skipping relation 'incomplete'.</html>", 97 96 JOptionPane.OK_OPTION
Note:
See TracChangeset
for help on using the changeset viewer.