Changeset 12569 in josm for trunk/test/unit


Ignore:
Timestamp:
2017-08-04T22:07:11+02:00 (7 years ago)
Author:
Don-vip
Message:

restore JOSMFixture API called by some plugins (mapillary for example)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java

    r12564 r12569  
    177177    /**
    178178     * Make sure {@code Main.mainPanel} is initialized.
     179     */
     180    public static void initMainPanel() {
     181        initMainPanel(false);
     182    }
     183
     184    /**
     185     * Make sure {@code Main.mainPanel} is initialized.
    179186     * @param reAddListeners {@code true} to re-add listeners
    180187     */
Note: See TracChangeset for help on using the changeset viewer.