mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 10:43:29 +00:00
test fixes
This commit is contained in:
@@ -49,7 +49,6 @@ public class ActionScript2DeobfuscatorTest extends ActionScript2TestBase {
|
||||
public void init() throws IOException, InterruptedException {
|
||||
//Main.initLogging(false);
|
||||
Configuration.autoDeobfuscate.set(true);
|
||||
Configuration.deobfuscationOldMode.set(false);
|
||||
swf = new SWF(new BufferedInputStream(new FileInputStream("testdata/as2/as2.swf")), false);
|
||||
}
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@ public class ActionScript3AssemblerTest extends ActionScriptTestBase {
|
||||
public void init() throws IOException, InterruptedException {
|
||||
//Main.initLogging(false);
|
||||
Configuration.autoDeobfuscate.set(true);
|
||||
Configuration.deobfuscationOldMode.set(false);
|
||||
swf = new SWF(new BufferedInputStream(new FileInputStream("testdata/as3/as3.swf")), false);
|
||||
}
|
||||
|
||||
|
||||
@@ -55,7 +55,6 @@ public class ActionScript3DeobfuscatorTest extends ActionScript2TestBase {
|
||||
public void init() throws IOException, InterruptedException {
|
||||
//Main.initLogging(false);
|
||||
Configuration.autoDeobfuscate.set(true);
|
||||
Configuration.deobfuscationOldMode.set(false);
|
||||
Configuration.decimalAddress.set(false);
|
||||
Configuration.decompilationTimeoutSingleMethod.set(Integer.MAX_VALUE);
|
||||
swf = new SWF(new BufferedInputStream(new FileInputStream("testdata/as3/as3.swf")), false);
|
||||
|
||||
Reference in New Issue
Block a user