This commit is contained in:
parent
c55721817e
commit
8093a0a568
|
@ -115,7 +115,6 @@ public class LiveDataParserTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore // todo: https://github.com/rusefi/rusefi/issues/4669
|
|
||||||
public void testConfigurationInRealSourceCode() throws IOException, URISyntaxException {
|
public void testConfigurationInRealSourceCode() throws IOException, URISyntaxException {
|
||||||
String fileName = StateDictionary.INSTANCE.getFileName(live_data_e.LDS_boost_control);
|
String fileName = StateDictionary.INSTANCE.getFileName(live_data_e.LDS_boost_control);
|
||||||
String sourceCode = LiveDataParserPanel.getContent(LiveDataParserPanel.class, fileName + CPP_SUFFIX);
|
String sourceCode = LiveDataParserPanel.getContent(LiveDataParserPanel.class, fileName + CPP_SUFFIX);
|
||||||
|
|
Loading…
Reference in New Issue