mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 17:35:09 +00:00
Removed freeactionscript testdata as some AV marked them as problematic
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user