mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
MacOSX: Fest is not working well with java7+, needs a cheat
This commit is contained in:
parent
bf0a0dc566
commit
155abfe280
@ -15,6 +15,8 @@ public abstract class AbstractGUITest {
|
||||
|
||||
@Before
|
||||
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();
|
||||
|
||||
Base.initPlatform();
|
||||
|
Loading…
x
Reference in New Issue
Block a user