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();