This commit is contained in:
rusefillc 2022-11-01 15:05:59 -04:00
parent 6ab578a4da
commit 023b72ce5b
2 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,7 @@ import static org.junit.Assert.assertTrue;
@Ignore // todo: https://github.com/rusefi/rusefi/issues/4669
public class LiveDataColorTest {
@Test
public void testAllFiles() throws IOException, URISyntaxException {
public void testAllFiles() throws IOException {
int counter = 0;
for (live_data_e view : live_data_e.values()) {
String fileName = StateDictionary.INSTANCE.getFileName(view) + CPP_SUFFIX;

View File

@ -14,7 +14,5 @@ public class SourceReaderTest {
String fileName = "ac_control.cpp";
String content = LiveDataParserPanel.getContent(getClass(), fileName);
assertNotNull(content);
}
}