mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 16:48:22 +00:00
tests fixed
This commit is contained in:
@@ -92,7 +92,7 @@ public class ExportTest {
|
||||
public void testDecompile(File f, ExportMode exportMode) {
|
||||
try {
|
||||
SWF swf = new SWF(new FileInputStream(f), false);
|
||||
Configuration.DEBUG_COPY = true;
|
||||
Configuration.debugCopy.set(true);
|
||||
String folderName = exportMode == ExportMode.SOURCE ? "output" : "outputp";
|
||||
File fdir = new File(TESTDATADIR + File.separator + folderName + File.separator + f.getName());
|
||||
fdir.mkdirs();
|
||||
|
||||
Reference in New Issue
Block a user