AS3 direct editation: protected namespaces fix

Added sample SWF files from freeactionscript.com - tests use them
This commit is contained in:
Jindra Petřík
2015-11-07 09:02:13 +01:00
parent a2293a6412
commit 90ee5282d7
11 changed files with 44 additions and 29 deletions

View File

@@ -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};
}
}