mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 15:14:49 +00:00
test provider fix
This commit is contained in:
@@ -44,7 +44,7 @@ public abstract class FileTestBase {
|
||||
ret[0][0] = "testdata/as2/as2.swf";
|
||||
ret[1][0] = "testdata/as3/as3.swf";
|
||||
for (int f = 0; f < files.length; f++) {
|
||||
ret[f + 2][0] = dir.getAbsolutePath() + File.pathSeparator + files[f].getName();
|
||||
ret[f + 2][0] = dir.getAbsolutePath() + File.separator + files[f].getName();
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user