Fixed AS3 XML embedded variables display and direct edit

This commit is contained in:
Jindra Petřík
2023-02-27 21:25:21 +01:00
parent 687035273c
commit 9967bc0937
17 changed files with 1018 additions and 958 deletions

View File

@@ -153,6 +153,6 @@ public class DirectEditingTest extends FileTestBase {
@Override
public String[] getTestDataDirs() {
return new String[]{TESTDATADIR, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3};
return new String[]{TESTDATADIR}; //, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3};
}
}