Ignore:
Timestamp:
2016-06-08T09:33:20+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #12927 - Move title management and main frame layout to new class (patch by michael2402) - gsoc-core

File:
1 edited

Legend:

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

    r10235 r10340  
    119119            }
    120120            if (Main.main == null) {
    121                 new MainApplication();
     121                new MainApplication().initialize();
    122122            }
    123123            if (Main.map == null) {
Note: See TracChangeset for help on using the changeset viewer.