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

@@ -15,7 +15,7 @@ public class RecompileTest {
private void testRecompileOne(String filename) {
try {
SWF swf = new SWF(new FileInputStream(TESTDATADIR + File.separator + filename));
SWF swf = new SWF(new FileInputStream(TESTDATADIR + File.separator + filename),false);
Configuration.DEBUG_COPY = true;
swf.saveTo(new ByteArrayOutputStream());
} catch (IOException ex) {