mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 08:06:30 +00:00
Tests parallelism fix
This commit is contained in:
@@ -24,7 +24,7 @@ public class ActionScript3Test {
|
||||
|
||||
@BeforeClass
|
||||
public void init() throws IOException {
|
||||
swf = new SWF(new FileInputStream("testdata/as3/TestMovie.swf"));
|
||||
swf = new SWF(new FileInputStream("testdata/as3/TestMovie.swf"),false);
|
||||
DoABCDefineTag tag = null;
|
||||
for (Tag t : swf.tags) {
|
||||
if (t instanceof DoABCDefineTag) {
|
||||
|
||||
Reference in New Issue
Block a user