Tests parallelism fix

This commit is contained in:
Jindra Pet��k
2013-06-19 20:51:43 +02:00
parent 704b3efd78
commit 9824370377
3 changed files with 3 additions and 3 deletions
@@ -21,7 +21,7 @@ public class Generator {
public static void main(String[] args) throws Exception {
Configuration.setConfig("autoDeobfuscate", false);
SWF swf = new SWF(new FileInputStream("testdata/as3/TestMovie.swf"));
SWF swf = new SWF(new FileInputStream("testdata/as3/TestMovie.swf"),false);
DoABCDefineTag tag = null;
for (Tag t : swf.tags) {
if (t instanceof DoABCDefineTag) {