Get jpexs to build on Linux. Still failing one unit test, not sure why.

This commit is contained in:
crazy2be
2014-12-06 12:46:49 -05:00
parent c17afde4cf
commit 1585790638
2 changed files with 4 additions and 5 deletions

View File

@@ -161,8 +161,8 @@ public class RecompileTest {
});
}
Object[][] ret = new Object[files.length + 2][1];
ret[0][0] = "..\\as2\\as2.swf";
ret[1][0] = "..\\as3\\as3.swf";
ret[0][0] = "../as2/as2.swf";
ret[1][0] = "../as3/as3.swf";
for (int f = 0; f < files.length; f++) {
ret[f + 2][0] = files[f].getName();
}