mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 00:22:30 +00:00
tests fixed
This commit is contained in:
@@ -26,7 +26,7 @@ public class ActionScript3Test {
|
||||
private ABC abc;
|
||||
|
||||
@BeforeClass
|
||||
public void init() throws IOException {
|
||||
public void init() throws IOException, InterruptedException {
|
||||
swf = new SWF(new FileInputStream("testdata/as3/as3.swf"), false);
|
||||
DoABCDefineTag tag = null;
|
||||
for (Tag t : swf.tags) {
|
||||
|
||||
Reference in New Issue
Block a user