Changeset 1813 in josm for trunk/test/unit/org/openstreetmap/josm/data
- Timestamp:
- 2009-07-19T18:31:22+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java
r1753 r1813 5 5 import static org.junit.Assert.assertTrue; 6 6 import static org.junit.Assert.fail; 7 8 7 9 8 import java.io.File; … … 27 26 import org.openstreetmap.josm.data.osm.Way; 28 27 import org.openstreetmap.josm.data.projection.Mercator; 29 import org.openstreetmap.josm.gui.PleaseWaitDialog;30 28 31 29 public class MergeVisitorTest { … … 62 60 System.setProperty("josm.home", josmHome); 63 61 } 64 Main.pleaseWaitDlg = new PleaseWaitDialog(null);65 62 Main.pref.init(false); 66 63 … … 863 860 * My dataset includes a deleted node. 864 861 * Their dataset includes a way with three nodes, the first one being my node. 865 * 862 * 866 863 * => the merged way should include two nodes only. the deleted node should still be 867 864 * in the data set … … 925 922 * My dataset includes a deleted node. 926 923 * Their dataset includes a relation with thre nodes, the first one being my node. 927 * 924 * 928 925 * => the merged relation should include two nodes only. the deleted node should still be 929 926 * in the data set
Note:
See TracChangeset
for help on using the changeset viewer.