test provider fix

This commit is contained in:
honfika@gmail.com
2015-04-26 09:43:51 +02:00
parent 906881e096
commit e497b58f81

View File

@@ -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;
}