Ignore:
Timestamp:
2016-01-20T01:10:10+01:00 (11 years ago)
Author:
Don-vip
Message:

add more unit tests, fix packages, rename manual functional unit tests (with a main() method) to *TestFT.java

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/test/functional/org/openstreetmap/josm/gui/history/HistoryBrowserTestFT.java

    r9543 r9546  
    1818import org.openstreetmap.josm.io.OsmTransferException;
    1919
    20 @Ignore
    21 public class HistoryBrowserTest extends JFrame {
     20public class HistoryBrowserTestFT extends JFrame {
    2221
    2322    @BeforeClass
     
    5150     * Constructs a new {@code HistoryBrowserTest}.
    5251     */
    53     public HistoryBrowserTest() {
     52    public HistoryBrowserTestFT() {
    5453        build();
    5554        //populate(OsmPrimitiveType.NODE,354117);
     
    6059
    6160    public static void main(String[] args) {
    62         HistoryBrowserTest.init();
    63         new HistoryBrowserTest().setVisible(true);
     61        HistoryBrowserTestFT.init();
     62        new HistoryBrowserTestFT().setVisible(true);
    6463    }
    6564}
Note: See TracChangeset for help on using the changeset viewer.