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

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