mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 02:05:12 +00:00
tests fixed
This commit is contained in:
@@ -35,7 +35,7 @@ import org.testng.annotations.Test;
|
||||
public class ActionScript2Test extends ActionStript2TestBase {
|
||||
|
||||
@BeforeClass
|
||||
public void init() throws IOException {
|
||||
public void init() throws IOException, InterruptedException {
|
||||
Configuration.autoDeobfuscate.set(false);
|
||||
Configuration.decompile.set(true);
|
||||
Configuration.registerNameFormat.set("_loc%d_");
|
||||
|
||||
Reference in New Issue
Block a user