tests fixed

This commit is contained in:
Honfika
2013-12-03 00:34:37 +01:00
parent 06b95ac6e1
commit ac416d9910
5 changed files with 7 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ public class ActionScript3Test {
private ABC abc;
@BeforeClass
public void init() throws IOException {
public void init() throws IOException, InterruptedException {
swf = new SWF(new FileInputStream("testdata/as3/as3.swf"), false);
DoABCDefineTag tag = null;
for (Tag t : swf.tags) {