mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Missing call to BaseNoGui.getPlatform().init() in tests
This commit is contained in:
@ -51,6 +51,7 @@ public abstract class AbstractGUITest {
|
||||
FailOnThreadViolationRepaintManager.install();
|
||||
|
||||
BaseNoGui.initPlatform();
|
||||
BaseNoGui.getPlatform().init();
|
||||
PreferencesData.init(null);
|
||||
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
|
||||
Theme.init();
|
||||
|
Reference in New Issue
Block a user