Changeset 10510 in josm for trunk/test


Ignore:
Timestamp:
2016-07-03T20:47:48+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13102 - Tests requiring Main.main.map fail (patch by michael2402) - gsoc-core

File:
1 edited

Legend:

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

    r10467 r10510  
    141141        if (Main.main == null) {
    142142            new MainApplication().initialize();
     143        } else {
     144            Main.mainPanel.reAddListeners();
    143145        }
    144146        // Add a test layer to the layer manager to get the MapFrame
Note: See TracChangeset for help on using the changeset viewer.