Un-ignore tests after gradle migration #4669

This commit is contained in:
rusefillc 2022-10-15 19:55:27 -04:00
parent a682cde7e7
commit 7499836715
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@ public class LiveDataParserTest {
}
@Test
@Ignore // todo: https://github.com/rusefi/rusefi/issues/4669
public void testMethodNamesCode() {
String sourceCode = "void AcController::onSlowCallback() {\n" +
"}\n" +
@ -116,6 +115,7 @@ public class LiveDataParserTest {
}
@Test
@Ignore // todo: https://github.com/rusefi/rusefi/issues/4669
public void testConfigurationInRealSourceCode() throws IOException, URISyntaxException {
String fileName = StateDictionary.INSTANCE.getFileName(live_data_e.LDS_boost_control);
String sourceCode = LiveDataParserPanel.getContent(LiveDataParserPanel.class, fileName + CPP_SUFFIX);