one more step forward
This commit is contained in:
parent
dae9912e88
commit
141291ba9c
|
@ -43,7 +43,6 @@ 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);
|
||||||
|
@ -51,14 +50,12 @@ 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";
|
||||||
|
@ -92,7 +89,6 @@ 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";
|
||||||
|
@ -101,7 +97,6 @@ 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");
|
||||||
|
|
Loading…
Reference in New Issue