Changeset 7088 in josm for trunk/test/functional/org/openstreetmap/josm/io/UploadStrategySelectionPanelTest.java
- Timestamp:
- 2014-05-09T14:15:51+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/io/UploadStrategySelectionPanelTest.java
r6643 r7088 12 12 import javax.swing.JTextField; 13 13 14 import org.junit.Ignore; 14 15 import org.openstreetmap.josm.Main; 15 16 import org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel; 16 17 import org.openstreetmap.josm.gui.progress.NullProgressMonitor; 17 18 19 @Ignore 18 20 public class UploadStrategySelectionPanelTest extends JFrame { 19 21 … … 50 52 return pnl; 51 53 } 52 54 53 55 /** 54 56 * Constructs a new {@code UploadStrategySelectionPanelTest}.
Note:
See TracChangeset
for help on using the changeset viewer.
