one more step forward
This commit is contained in:
parent
0ac071c50d
commit
29842bde5c
|
@ -198,7 +198,6 @@ 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;
|
||||||
|
@ -234,7 +233,6 @@ public class FunctionalTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
|
||||||
public void testRoverV8() {
|
public void testRoverV8() {
|
||||||
ecu.setEngineType(ET_ROVER_V8);
|
ecu.setEngineType(ET_ROVER_V8);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue