mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 18:15:50 +00:00
force resolve constants for test
This commit is contained in:
@@ -49,6 +49,7 @@ public class ActionScript2CompilerTest extends ActionScript2TestBase {
|
||||
Configuration.simplifyExpressions.set(false);
|
||||
Configuration.decompile.set(true);
|
||||
Configuration.registerNameFormat.set("_loc%d_");
|
||||
Configuration.resolveConstants.set(true);
|
||||
swf = new SWF(new BufferedInputStream(new FileInputStream("testdata/as2/as2.swf")), false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user