Skip to content

Commit 155abfe

Browse files
author
Federico Fissore
committed
MacOSX: Fest is not working well with java7+, needs a cheat
1 parent bf0a0dc commit 155abfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/test/processing/app/AbstractGUITest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ public abstract class AbstractGUITest {
1515

1616
@Before
1717
public void startUpTheIDE() throws Exception {
18+
System.setProperty("mrj.version", "whynot"); //makes sense only on osx. See https://github.com/alexruiz/fest-swing-1.x/issues/2#issuecomment-86532042
19+
1820
FailOnThreadViolationRepaintManager.install();
1921

2022
Base.initPlatform();

0 commit comments

Comments
 (0)