mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 14:28:06 +00:00
AS3 direct editation: protected namespaces fix
Added sample SWF files from freeactionscript.com - tests use them
This commit is contained in:
@@ -99,7 +99,7 @@ public class RecompileTest extends FileTestBase {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTestDataDir() {
|
||||
return TESTDATADIR;
|
||||
public String[] getTestDataDirs() {
|
||||
return new String[]{TESTDATADIR, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user