diff --git a/java/test/processing/mode/java/ParserTests.java b/java/test/processing/mode/java/ParserTests.java index df34795f06..9d589caaf8 100644 --- a/java/test/processing/mode/java/ParserTests.java +++ b/java/test/processing/mode/java/ParserTests.java @@ -280,7 +280,7 @@ public void bug1525() { @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 66b24b7779..21f9c55cf2 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();