mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
no test failure when settings are different
This commit is contained in:
@@ -71,7 +71,7 @@ public class ActionScript2AssemblerTest extends ActionStript2TestBase {
|
||||
String decompiled = writer.toString();
|
||||
|
||||
assertEquals(actualResult.trim(), "ok = false;");
|
||||
assertTrue(decompiled.contains("Push \"ok\" false"));
|
||||
assertTrue(decompiled.contains("Push \"ok\" false") || decompiled.contains("Push constant0 false"));
|
||||
} catch (IOException | ParseException | InterruptedException ex) {
|
||||
fail();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user