mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 01:56:23 +00:00
test fix
This commit is contained in:
@@ -16,7 +16,7 @@ public class RecompileTest {
|
||||
private void testRecompileOne(String filename) {
|
||||
try {
|
||||
SWF swf = new SWF(new FileInputStream(TESTDATADIR + File.separator + filename));
|
||||
Main.DEBUG_COPY = true;
|
||||
Configuration.DEBUG_COPY = true;
|
||||
swf.saveTo(new ByteArrayOutputStream());
|
||||
} catch (IOException ex) {
|
||||
fail();
|
||||
|
||||
Reference in New Issue
Block a user