Removed freeactionscript testdata as some AV marked them as problematic

This commit is contained in:
Jindra Petřík
2024-12-19 17:41:51 +01:00
parent acf3534f7e
commit 79042fd098
11 changed files with 3 additions and 10 deletions

View File

@@ -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();