From 155abfe2802feab9590fe8aa1cdb88dfae72b0bf Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Thu, 26 Mar 2015 15:16:17 +0100 Subject: [PATCH] MacOSX: Fest is not working well with java7+, needs a cheat --- app/test/processing/app/AbstractGUITest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test/processing/app/AbstractGUITest.java b/app/test/processing/app/AbstractGUITest.java index b5a209bb0..1568db5d1 100644 --- a/app/test/processing/app/AbstractGUITest.java +++ b/app/test/processing/app/AbstractGUITest.java @@ -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();