one more step forward

This commit is contained in:
rusefillc 2020-12-14 13:20:06 -05:00
parent 3155a15a13
commit e3bdeb6f73
1 changed files with 12 additions and 1 deletions

View File

@ -22,7 +22,6 @@ import static com.rusefi.config.generated.Fields.*;
* @author Andrey Belomutskiy * @author Andrey Belomutskiy
* 3/5/14 * 3/5/14
*/ */
@Ignore
public class FunctionalTest { public class FunctionalTest {
private EcuTestHelper ecu; private EcuTestHelper ecu;
@ -31,6 +30,7 @@ public class FunctionalTest {
ecu = EcuTestHelper.createInstance(); ecu = EcuTestHelper.createInstance();
} }
@Ignore
@Test @Test
public void testCustomEngine() { public void testCustomEngine() {
ecu.setEngineType(ET_DEFAULT_FRANKENSO); ecu.setEngineType(ET_DEFAULT_FRANKENSO);
@ -43,6 +43,7 @@ public class FunctionalTest {
// changeRpm(1500); // changeRpm(1500);
} }
@Ignore
@Test @Test
public void testMazdaMiata2003() { public void testMazdaMiata2003() {
ecu.setEngineType(ET_FRANKENSO_MIATA_NB2); ecu.setEngineType(ET_FRANKENSO_MIATA_NB2);
@ -50,12 +51,14 @@ public class FunctionalTest {
// sendCommand("get nosuchgettersdfsdfsdfsdf"); // just test coverage // sendCommand("get nosuchgettersdfsdfsdfsdf"); // just test coverage
} }
@Ignore
@Test @Test
public void testCamaro() { public void testCamaro() {
ecu.setEngineType(ET_CAMARO); ecu.setEngineType(ET_CAMARO);
} }
@Test @Test
@Ignore
public void testSachs() { public void testSachs() {
ecu.setEngineType(ET_SACHS); ecu.setEngineType(ET_SACHS);
// String msg = "BMW"; // String msg = "BMW";
@ -64,6 +67,7 @@ public class FunctionalTest {
} }
@Test @Test
@Ignore
public void testBmwE34() { public void testBmwE34() {
ecu.setEngineType(ET_BMW_E34); ecu.setEngineType(ET_BMW_E34);
ecu.sendCommand("chart 1"); ecu.sendCommand("chart 1");
@ -88,6 +92,7 @@ public class FunctionalTest {
} }
@Test @Test
@Ignore
public void testCitroenBerlingo() { public void testCitroenBerlingo() {
ecu.setEngineType(ET_CITROEN_TU3JP); ecu.setEngineType(ET_CITROEN_TU3JP);
// String msg = "Citroen"; // String msg = "Citroen";
@ -96,6 +101,7 @@ public class FunctionalTest {
} }
@Test @Test
@Ignore
public void test2003DodgeNeon() { public void test2003DodgeNeon() {
ecu.setEngineType(ET_DODGE_NEON_2003_CRANK); ecu.setEngineType(ET_DODGE_NEON_2003_CRANK);
ecu.sendCommand("set wwaeTau 0"); ecu.sendCommand("set wwaeTau 0");
@ -163,6 +169,7 @@ public class FunctionalTest {
} }
@Test @Test
@Ignore
public void testMazdaProtege() { public void testMazdaProtege() {
ecu.setEngineType(ET_FORD_ESCORT_GT); ecu.setEngineType(ET_FORD_ESCORT_GT);
EngineChart chart; EngineChart chart;
@ -191,6 +198,7 @@ public class FunctionalTest {
} }
@Test @Test
@Ignore
public void test1995DodgeNeon() { public void test1995DodgeNeon() {
ecu.setEngineType(ET_DODGE_NEON_1995); ecu.setEngineType(ET_DODGE_NEON_1995);
EngineChart chart; EngineChart chart;
@ -226,11 +234,13 @@ public class FunctionalTest {
} }
@Test @Test
@Ignore
public void testRoverV8() { public void testRoverV8() {
ecu.setEngineType(ET_ROVER_V8); ecu.setEngineType(ET_ROVER_V8);
} }
@Test @Test
@Ignore
public void testFordFiesta() { public void testFordFiesta() {
ecu.setEngineType(ET_FORD_FIESTA); ecu.setEngineType(ET_FORD_FIESTA);
EngineChart chart; EngineChart chart;
@ -246,6 +256,7 @@ public class FunctionalTest {
} }
@Test @Test
@Ignore
public void testFord6() { public void testFord6() {
ecu.setEngineType(ET_FORD_INLINE_6); ecu.setEngineType(ET_FORD_INLINE_6);
EngineChart chart; EngineChart chart;