tests fix

This commit is contained in:
Jindra Pet��k
2013-07-22 21:42:46 +02:00
parent 13c530ad66
commit e21b59bff4
3 changed files with 8 additions and 13 deletions
@@ -15,7 +15,7 @@ public class RecompileTest {
private void testRecompileOne(String filename) {
try {
SWF swf = new SWF(new FileInputStream(TESTDATADIR + File.separator + filename),false);
SWF swf = new SWF(new FileInputStream(TESTDATADIR + File.separator + filename), false);
Configuration.DEBUG_COPY = true;
swf.saveTo(new ByteArrayOutputStream());
} catch (IOException ex) {