renamed new as3 test swfs to have as3 prefix and unique SWF name

This commit is contained in:
Jindra Petřík
2021-02-03 07:07:22 +01:00
parent 347648c77e
commit 26b51d2e95
191 changed files with 69 additions and 68 deletions

View File

@@ -12,7 +12,7 @@ public class ActionScript3AssembledDecompileTest extends ActionScript3DecompileT
@BeforeClass
public void init() throws IOException, InterruptedException {
addSwf("assembled", "testdata/custom/bin/custom.swf");
addSwf("assembled", "testdata/as3_assembled/bin/as3_assembled.swf");
}
@Test