From baaf30149d3ef0da752a94512c6b9d9ac3e71b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Mon, 3 Jun 2013 19:55:31 +0200 Subject: [PATCH] test fix --- trunk/test/com/jpexs/decompiler/flash/RecompileTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/test/com/jpexs/decompiler/flash/RecompileTest.java b/trunk/test/com/jpexs/decompiler/flash/RecompileTest.java index 99214ae77..592ca9509 100644 --- a/trunk/test/com/jpexs/decompiler/flash/RecompileTest.java +++ b/trunk/test/com/jpexs/decompiler/flash/RecompileTest.java @@ -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();