mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 16:57:24 +00:00
tests compilation fixed
This commit is contained in:
@@ -45,7 +45,7 @@ public class ActionScript3AssemblerTest extends ActionScriptTestBase {
|
||||
public void init() throws IOException, InterruptedException {
|
||||
//Main.initLogging(false);
|
||||
Configuration.autoDeobfuscate.set(true);
|
||||
Configuration.deobfuscationMode.set(1);
|
||||
Configuration.deobfuscationOldMode.set(false);
|
||||
swf = new SWF(new BufferedInputStream(new FileInputStream("testdata/as3/as3.swf")), false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user