parent
56e19b4a88
commit
8a6ba7b647
|
@ -38,10 +38,8 @@ public class PwmHardwareTest extends RusefiTestBase {
|
||||||
nextChart();
|
nextChart();
|
||||||
nextChart();
|
nextChart();
|
||||||
int triggerErrors = (int) SensorCentral.getInstance().getValueSource(Sensor.totalTriggerErrorCounter).getValue();
|
int triggerErrors = (int) SensorCentral.getInstance().getValueSource(Sensor.totalTriggerErrorCounter).getValue();
|
||||||
/*
|
|
||||||
for (int i = 0; i < 7; i++)
|
for (int i = 0; i < 7; i++)
|
||||||
ecu.sendCommand(CMD_BURNCONFIG);
|
ecu.sendCommand(CMD_BURNCONFIG);
|
||||||
*/
|
|
||||||
int totalTriggerErrorsNow = (int) SensorCentral.getInstance().getValueSource(Sensor.totalTriggerErrorCounter).getValue();
|
int totalTriggerErrorsNow = (int) SensorCentral.getInstance().getValueSource(Sensor.totalTriggerErrorCounter).getValue();
|
||||||
EcuTestHelper.assertEquals("totalTriggerErrorCounter", totalTriggerErrorsNow, triggerErrors);
|
EcuTestHelper.assertEquals("totalTriggerErrorCounter", totalTriggerErrorsNow, triggerErrors);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue