Changeset 9546 in josm for trunk/test/unit/org/openstreetmap/josm/gui/conflict/pair
- Timestamp:
- 2016-01-20T01:10:10+01:00 (9 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/gui/conflict/pair
- Files:
-
- 7 added
- 2 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/conflict/pair/nodes/NodeListMergeModelTest.java
r8857 r9546 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm.gui.conflict.nodes; 2 package org.openstreetmap.josm.gui.conflict.pair.nodes; 3 3 4 4 import static org.fest.reflect.core.Reflection.field; -
trunk/test/unit/org/openstreetmap/josm/gui/conflict/pair/properties/PropertiesMergeModelTest.java
r8857 r9546 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm.gui.conflict.properties; 2 package org.openstreetmap.josm.gui.conflict.pair.properties; 3 3 4 4 import static org.junit.Assert.assertEquals; -
trunk/test/unit/org/openstreetmap/josm/gui/conflict/pair/tags/TagMergeItemTest.java
r9543 r9546 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm.gui.conflict.tags; 2 package org.openstreetmap.josm.gui.conflict.pair.tags; 3 3 4 4 import static org.junit.Assert.assertEquals; -
trunk/test/unit/org/openstreetmap/josm/gui/conflict/pair/tags/TagMergeModelTest.java
r9543 r9546 1 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm.gui.conflict.tags; 2 package org.openstreetmap.josm.gui.conflict.pair.tags; 3 3 4 4 import static org.fest.reflect.core.Reflection.field;
Note:
See TracChangeset
for help on using the changeset viewer.