mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 06:16:13 +00:00
renamed new as3 test swfs to have as3 prefix and unique SWF name
This commit is contained in:
@@ -13,8 +13,8 @@ public class ActionScript3CrossCompileDecompileTest extends ActionScript3Decompi
|
||||
|
||||
@BeforeClass
|
||||
public void init() throws IOException, InterruptedException {
|
||||
addSwf("flex", "testdata/cross_compile/bin/Main.flex.swf");
|
||||
addSwf("air", "testdata/cross_compile/bin/Main.air.swf");
|
||||
addSwf("flex", "testdata/as3_cross_compile/bin/as3_cross_compile.flex.swf");
|
||||
addSwf("air", "testdata/as3_cross_compile/bin/as3_cross_compile.air.swf");
|
||||
}
|
||||
|
||||
@DataProvider
|
||||
|
||||
Reference in New Issue
Block a user