Changeset 9546 in josm for trunk/test/unit/org/openstreetmap/josm/gui/conflict/pair/tags
- Timestamp:
- 2016-01-20T01:10:10+01:00 (9 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/gui/conflict/pair
- Files:
-
- 3 added
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
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.