mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 20:08:21 +00:00
tests fixed
This commit is contained in:
@@ -17,7 +17,7 @@ public class RecompileTest {
|
||||
private void testRecompileOne(String filename) {
|
||||
try {
|
||||
SWF swf = new SWF(new FileInputStream(TESTDATADIR + File.separator + filename), false);
|
||||
Configuration.DEBUG_COPY = true;
|
||||
Configuration.debugCopy.set(true);
|
||||
swf.saveTo(new ByteArrayOutputStream());
|
||||
} catch (IOException ex) {
|
||||
fail();
|
||||
|
||||
Reference in New Issue
Block a user