Ignore:
Timestamp:
2014-05-09T14:15:51+02:00 (12 years ago)
Author:
Don-vip
Message:

more fixes in unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/org/openstreetmap/josm/io/UploadStrategySelectionPanelTest.java

    r6643 r7088  
    1212import javax.swing.JTextField;
    1313
     14import org.junit.Ignore;
    1415import org.openstreetmap.josm.Main;
    1516import org.openstreetmap.josm.gui.io.UploadStrategySelectionPanel;
    1617import org.openstreetmap.josm.gui.progress.NullProgressMonitor;
    1718
     19@Ignore
    1820public class UploadStrategySelectionPanelTest extends JFrame {
    1921
     
    5052        return pnl;
    5153    }
    52    
     54
    5355    /**
    5456     * Constructs a new {@code UploadStrategySelectionPanelTest}.
Note: See TracChangeset for help on using the changeset viewer.