tests fixed

This commit is contained in:
Honfika
2013-11-10 18:33:17 +01:00
parent 8125ecf7ef
commit 97541d6386
2 changed files with 2 additions and 2 deletions

View File

@@ -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();