engine type clean-up

This commit is contained in:
rusefillc 2024-03-05 22:43:00 -05:00
parent a004f8c0ba
commit f0bab6da74
1 changed files with 0 additions and 8 deletions

View File

@ -174,14 +174,6 @@ public class CommonFunctionalTest extends RusefiTestBase {
ecu.setEngineType(engine_type_e.NISSAN_PRIMERA);
ecu.changeRpm(1200);
}
@Test
public void testMazdaMiata2003() {
ecu.setEngineType(engine_type_e.FRANKENSO_MAZDA_MIATA_2003);
ecu.sendCommand("get cranking_dwell"); // just test coverage
// sendCommand("get nosuchgettersdfsdfsdfsdf"); // just test coverage
}
@Test
public void testTwoStrokeSachs() {
ecu.setEngineType(engine_type_e.SACHS);