We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c94b38 + 9507241 commit 354e560Copy full SHA for 354e560
java/test/processing/mode/java/ParserTests.java
@@ -280,7 +280,7 @@ public void bug1525() {
280
281
@Test
282
public void bug1532() {
283
- expectRecognitionException("bug1532", 50);
+ expectRecognitionException("bug1532", 43);
284
}
285
286
java/test/resources/bug1532.pde
@@ -19,13 +19,6 @@ Capture cam;
19
flatCube[][] grid;
20
21
void setup() {
22
- try {
23
- quicktime.QTSession.open();
24
- }
25
- catch (quicktime.QTException qte) {
26
- qte.printStackTrace();
27
28
-
29
size (dx,dy,OPENGL);
30
int d=day();
31
int m=month();
0 commit comments