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

This commit is contained in:
Jindra Petřík
2021-02-08 20:15:19 +01:00
parent 347648c77e
commit 26b51d2e95
191 changed files with 69 additions and 68 deletions
@@ -21,7 +21,7 @@ public class ActionScript3OptinalParametersTest extends ActionScript3DecompileTe
@BeforeClass
public void init() throws IOException, InterruptedException {
addSwf("standard", "testdata/flashdevelop/bin/Main.flex.swf");
addSwf("standard", "testdata/as3_new/bin/as3_new.flex.swf");
}
@Test
public void testOptionalParameters() {