Skip to content

Commit

Permalink
Removed freeactionscript testdata as some AV marked them as problematic
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Dec 19, 2024
1 parent 1e69ea5 commit 7d2186b
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,6 @@ framesizeloaded
framesloaded
frc
frect
freeactionscript
freetransform
frest
Friesen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ public AbortRetryIgnoreHandler getNewInstance() {

@Override
public String[] getTestDataDirs() {
return new String[]{TESTDATADIR, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3};
return new String[]{TESTDATADIR};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ public void testTagEditing(String filePath) throws IOException, InterruptedExcep

@Override
public String[] getTestDataDirs() {
return new String[]{TESTDATADIR, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3};
return new String[]{TESTDATADIR};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ private void compareTags(Tag tag1, Tag tag2) {

@Override
public String[] getTestDataDirs() {
return new String[]{TESTDATADIR, FREE_ACTIONSCRIPT_AS2, FREE_ACTIONSCRIPT_AS3};
return new String[]{TESTDATADIR};
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions libsrc/ffdec_lib/testdata/freeactionscript.com/readme.txt

This file was deleted.

0 comments on commit 7d2186b

Please sign in to comment.