Ignore:
Timestamp:
2020-06-16T12:02:08+02:00 (4 years ago)
Author:
GerdP
Message:

see #19312: fix unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java

    r14385 r16652  
    9191        Relation r = TestUtils.addFakeDataSet(new Relation(1));
    9292        assertNull(GenericRelationEditor.addPrimitivesToRelation(r, Collections.<OsmPrimitive>emptyList()));
    93 
    9493        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 "
    9695            + "and is therefore discouraged.<br>Skipping relation 'incomplete'.</html>",
    9796            JOptionPane.OK_OPTION
Note: See TracChangeset for help on using the changeset viewer.