diff --git a/java/test/processing/mode/java/ParserTests.java b/java/test/processing/mode/java/ParserTests.java index df34795f0..9d589caaf 100644 --- a/java/test/processing/mode/java/ParserTests.java +++ b/java/test/processing/mode/java/ParserTests.java @@ -280,7 +280,7 @@ public class ParserTests { @Test public void bug1532() { - expectRecognitionException("bug1532", 50); + expectRecognitionException("bug1532", 43); } @Test diff --git a/java/test/resources/bug1532.pde b/java/test/resources/bug1532.pde index 66b24b777..21f9c55cf 100644 --- a/java/test/resources/bug1532.pde +++ b/java/test/resources/bug1532.pde @@ -19,13 +19,6 @@ Capture cam; flatCube[][] grid; void setup() { - try { - quicktime.QTSession.open(); - } - catch (quicktime.QTException qte) { - qte.printStackTrace(); - } - size (dx,dy,OPENGL); int d=day(); int m=month();