mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 09:25:32 +00:00
tests fixed
This commit is contained in:
@@ -36,7 +36,7 @@ import org.testng.annotations.Test;
|
||||
public class ActionScript2DeobfuscatorTest extends ActionStript2TestBase {
|
||||
|
||||
@BeforeClass
|
||||
public void init() throws IOException {
|
||||
public void init() throws IOException, InterruptedException {
|
||||
Configuration.autoDeobfuscate.set(true);
|
||||
swf = new SWF(new FileInputStream("testdata/as2/as2.swf"), false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user