This commit is contained in:
Jindra Petk
2013-06-03 19:55:31 +02:00
parent 89b5d5f4c7
commit baaf30149d

View File

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