MacOSX: Fest is not working well with java7+, needs a cheat

This commit is contained in:
Federico Fissore 2015-03-26 15:16:17 +01:00
parent bf0a0dc566
commit 155abfe280
1 changed files with 2 additions and 0 deletions

View File

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