Tests parallelism fix

This commit is contained in:
Jindra Petk
2013-06-19 20:51:43 +02:00
parent 704b3efd78
commit 9824370377
3 changed files with 3 additions and 3 deletions

View File

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