[java] fix failing tests

GitOrigin-RevId: d69a9585d6e3bd93cdcb8f69e94d38c71b67e2f7
This commit is contained in:
Roman Ivanov
2023-08-18 16:10:57 +02:00
committed by intellij-monorepo-bot
parent 3a64f036e9
commit 71e10c185b
15 changed files with 88 additions and 59 deletions

View File

@@ -64,7 +64,8 @@ class IdeaDecompiler : ClassFileDecompilers.Light() {
IFernflowerPreferences.INDENT_STRING to indent,
IFernflowerPreferences.IGNORE_INVALID_BYTECODE to "1",
IFernflowerPreferences.VERIFY_ANONYMOUS_CLASSES to "1",
IFernflowerPreferences.UNIT_TEST_MODE to if (ApplicationManager.getApplication().isUnitTestMode) "1" else "0")
//IFernflowerPreferences.UNIT_TEST_MODE to if (ApplicationManager.getApplication().isUnitTestMode) "1" else "0"
)
}
private fun canWork(): Boolean =