mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
MacOSX: Fest is not working well with java7+, needs a cheat
This commit is contained in:
@ -15,6 +15,8 @@ public abstract class AbstractGUITest {
|
|||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void startUpTheIDE() throws Exception {
|
public void startUpTheIDE() throws Exception {
|
||||||
|
System.setProperty("mrj.version", "whynot"); //makes sense only on osx. See https://github.com/alexruiz/fest-swing-1.x/issues/2#issuecomment-86532042
|
||||||
|
|
||||||
FailOnThreadViolationRepaintManager.install();
|
FailOnThreadViolationRepaintManager.install();
|
||||||
|
|
||||||
Base.initPlatform();
|
Base.initPlatform();
|
||||||
|
Reference in New Issue
Block a user