Changeset 1813 in josm for trunk/test/unit


Ignore:
Timestamp:
2009-07-19T18:31:22+02:00 (15 years ago)
Author:
jttt
Message:

Make tests compile using new ProgressMonitor API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java

    r1753 r1813  
    55import static org.junit.Assert.assertTrue;
    66import static org.junit.Assert.fail;
    7 
    87
    98import java.io.File;
     
    2726import org.openstreetmap.josm.data.osm.Way;
    2827import org.openstreetmap.josm.data.projection.Mercator;
    29 import org.openstreetmap.josm.gui.PleaseWaitDialog;
    3028
    3129public class MergeVisitorTest {
     
    6260            System.setProperty("josm.home", josmHome);
    6361        }
    64         Main.pleaseWaitDlg = new PleaseWaitDialog(null);
    6562        Main.pref.init(false);
    6663
     
    863860     * My dataset includes a deleted node.
    864861     * Their dataset includes a way with three nodes, the first one being my node.
    865      * 
     862     *
    866863     * => the merged way should include two nodes only. the deleted node should still be
    867864     * in the data set
     
    925922     * My dataset includes a deleted node.
    926923     * Their dataset includes a relation with thre nodes, the first one being my node.
    927      * 
     924     *
    928925     * => the merged relation should include two nodes only. the deleted node should still be
    929926     * in the data set
Note: See TracChangeset for help on using the changeset viewer.