From 2df93180365873e2d1c2fd0d9b5c9854e13d9028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 21 Jan 2018 08:37:43 +0100 Subject: [PATCH] fix test --- .../test/com/jpexs/decompiler/flash/ActionScript2Test.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java index b56af5026..e2a59b1d0 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java @@ -12,7 +12,8 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library. */ + * License along with this library. + */ package com.jpexs.decompiler.flash; import com.jpexs.decompiler.flash.action.Action; @@ -311,6 +312,9 @@ public class ActionScript2Test extends ActionScript2TestBase { + "var mt = new com.jpexs.MyTest();\r\n" + "mt.test();\r\n" + "var c = new Cox(box1);\r\n" + + "var tg = new com.jpexs.TestSetterGetter();\r\n" + + "var tcg = new com.jpexs.TestCallSetterGetter();\r\n" + + "var tvm = new com.jpexs.TestVarsMethods();\r\n" ); }