Changeset 2986 in josm for trunk/test/functional/org/openstreetmap/josm/io
- Timestamp:
- 2010-02-14T19:05:36+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/io/UploadStrategySelectionPanelTest.java
r2641 r2986 12 12 import javax.swing.JTextField; 13 13 14 import org.openstreetmap.josm.fixtures.JOSMFixture;15 14 import org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel; 16 15 import org.openstreetmap.josm.gui.progress.NullProgressMonitor; … … 56 55 57 56 public static void main(String args[]) throws OsmApiInitializationException, OsmTransferCancelledException{ 58 JOSMFixture josmFixture = JOSMFixture.createFunctionalTestFixture();59 57 OsmApi.getOsmApi().initialize(NullProgressMonitor.INSTANCE); 60 58 new UploadStrategySelectionPanelTest().setVisible(true);
Note:
See TracChangeset
for help on using the changeset viewer.