From 9b74803bfc1352e3ff00ccbce8c8d5e7da6f8d38 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Thu, 22 Jan 2015 10:09:41 +0100 Subject: [PATCH] test fix --- .../test/com/jpexs/decompiler/flash/RecompileTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java index 9bade913b..adc9b3f9c 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java @@ -110,7 +110,7 @@ public class RecompileTest { } } } else { - Map asms = swf.getASMs(); + Map asms = swf.getASMs(false); for (ASMSource asm : asms.values()) { try {