Update bug1532 test and resource file

Adjusted expected exception position in ParserTests for bug1532 and removed QuickTime session initialization from bug1532.pde to reflect updated test requirements.
This commit is contained in:
Stef Tervelde
2025-09-12 07:46:40 +02:00
parent 275d789c64
commit 9507241723
2 changed files with 1 additions and 8 deletions

View File

@@ -280,7 +280,7 @@ public class ParserTests {
@Test
public void bug1532() {
expectRecognitionException("bug1532", 50);
expectRecognitionException("bug1532", 43);
}
@Test