diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index f7b4c42b6..db69c345f 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -1250,7 +1250,6 @@ framesizeloaded framesloaded frc frect -freeactionscript freetransform frest Friesen diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ExportTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ExportTest.java index 40a4a9a30..c0fcb80b8 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ExportTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ExportTest.java @@ -116,6 +116,6 @@ public class ExportTest extends FileTestBase { @Override public String[] getTestDataDirs() { - return new String[]{TESTDATADIR, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3}; + return new String[]{TESTDATADIR}; } } diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileTestBase.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileTestBase.java index 758667a4d..ec980d924 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileTestBase.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileTestBase.java @@ -30,10 +30,6 @@ public abstract class FileTestBase { protected abstract String[] getTestDataDirs(); - protected static final String FREE_ACTIONSCRIPT_AS2 = "testdata/freeactionscript.com/as2"; - - protected static final String FREE_ACTIONSCRIPT_AS3 = "testdata/freeactionscript.com/as3"; - @DataProvider(name = "provideFiles") public Object[][] provideFiles() { String[] dirs = getTestDataDirs(); 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 c28d27a33..cd482da7c 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java @@ -102,6 +102,6 @@ public class RecompileTest extends FileTestBase { @Override public String[] getTestDataDirs() { - return new String[]{TESTDATADIR, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3}; + return new String[]{TESTDATADIR}; } } diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java index 7cfd25f17..3e672d05f 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java @@ -153,6 +153,6 @@ public class SwfXmlExportImportTest extends FileTestBase { @Override public String[] getTestDataDirs() { - return new String[]{TESTDATADIR, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3}; + return new String[]{TESTDATADIR}; } } diff --git a/libsrc/ffdec_lib/testdata/freeactionscript.com/as2/enemy-behavior-run-away-follow-player.swf b/libsrc/ffdec_lib/testdata/freeactionscript.com/as2/enemy-behavior-run-away-follow-player.swf deleted file mode 100644 index cbfa8c106..000000000 Binary files a/libsrc/ffdec_lib/testdata/freeactionscript.com/as2/enemy-behavior-run-away-follow-player.swf and /dev/null differ diff --git a/libsrc/ffdec_lib/testdata/freeactionscript.com/as2/flash-game-projectile-weapons-v3.swf b/libsrc/ffdec_lib/testdata/freeactionscript.com/as2/flash-game-projectile-weapons-v3.swf deleted file mode 100644 index 071cfa654..000000000 Binary files a/libsrc/ffdec_lib/testdata/freeactionscript.com/as2/flash-game-projectile-weapons-v3.swf and /dev/null differ diff --git a/libsrc/ffdec_lib/testdata/freeactionscript.com/as3/pixel.swf b/libsrc/ffdec_lib/testdata/freeactionscript.com/as3/pixel.swf deleted file mode 100644 index 0ff683c4a..000000000 Binary files a/libsrc/ffdec_lib/testdata/freeactionscript.com/as3/pixel.swf and /dev/null differ diff --git a/libsrc/ffdec_lib/testdata/freeactionscript.com/as3/space.swf b/libsrc/ffdec_lib/testdata/freeactionscript.com/as3/space.swf deleted file mode 100644 index 8845df6cf..000000000 Binary files a/libsrc/ffdec_lib/testdata/freeactionscript.com/as3/space.swf and /dev/null differ diff --git a/libsrc/ffdec_lib/testdata/freeactionscript.com/as3/weaponsystem.swf b/libsrc/ffdec_lib/testdata/freeactionscript.com/as3/weaponsystem.swf deleted file mode 100644 index bfa92c0f2..000000000 Binary files a/libsrc/ffdec_lib/testdata/freeactionscript.com/as3/weaponsystem.swf and /dev/null differ diff --git a/libsrc/ffdec_lib/testdata/freeactionscript.com/readme.txt b/libsrc/ffdec_lib/testdata/freeactionscript.com/readme.txt deleted file mode 100644 index 668bfcd69..000000000 --- a/libsrc/ffdec_lib/testdata/freeactionscript.com/readme.txt +++ /dev/null @@ -1,2 +0,0 @@ -These are sample AS2 and AS3 projects from -http://www.freeactionscript.com/ \ No newline at end of file