Target AFR table Y axis stuck at 0 #4826
not working but shows promise?
This commit is contained in:
parent
45a52e3ae2
commit
704f6a8318
|
@ -27,6 +27,9 @@ public class JniUnitTest {
|
|||
|
||||
assertEquals(TS_FILE_VERSION, (int) getValue(engineLogic.getOutputs(), Sensor.FIRMWARE_VERSION));
|
||||
|
||||
// huh? assertEquals(14.0, getValue(engineLogic.getOutputs(), Sensor.afrTarget));
|
||||
assertEquals(0.0, getValue(engineLogic.getOutputs(), Sensor.afrTarget));
|
||||
|
||||
double veValue = getValue(engineLogic.getOutputs(), Sensor.veValue);
|
||||
assertTrue("veValue", veValue > 40 && veValue < 90);
|
||||
|
||||
|
|
Loading…
Reference in New Issue