From f8eefae60e589571974aaa177b7977f5128ca158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 2 Aug 2025 13:54:08 +0200 Subject: [PATCH] Fix test. --- test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java b/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java index ff47466a4..dd38b46ad 100644 --- a/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java +++ b/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java @@ -547,9 +547,9 @@ public class FlashPlayerTest { newActions.add(new ActionPush(p1o, Utf8Helper.charsetName)); newActions.add(opAction); - newActions.add(new ActionPushDuplicate(Utf8Helper.charsetName)); + newActions.add(new ActionPushDuplicate()); newActions.add(new ActionTypeOf()); - newActions.add(new ActionStackSwap(Utf8Helper.charsetName)); + newActions.add(new ActionStackSwap()); newActions.add(new ActionStringAdd()); AS2ExecuteTask task = new AS2ExecuteTask(); @@ -740,7 +740,7 @@ public class FlashPlayerTest { case 9: return new ActionDivide(); case 10: - return new ActionEquals(Utf8Helper.charsetName); + return new ActionEquals(); case 11: return new ActionEquals2(); case 12: