mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:00:46 +00:00
improved tests
This commit is contained in:
@@ -89,7 +89,13 @@ public class ExportTest {
|
||||
File fdir = new File(TESTDATADIR + File.separator + "output" + File.separator + f.getName());
|
||||
fdir.mkdirs();
|
||||
|
||||
swf.exportActionScript(fdir.getAbsolutePath(), false, false);
|
||||
swf.exportActionScript(new AbortRetryIgnoreHandler() {
|
||||
|
||||
@Override
|
||||
public int handle(Throwable thrown) {
|
||||
return AbortRetryIgnoreHandler.ABORT;
|
||||
}
|
||||
},fdir.getAbsolutePath(), false, false);
|
||||
} catch (Exception ex) {
|
||||
fail();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user