TS Burned All Data engine stop #2839

finally test case?
This commit is contained in:
rusefillc 2021-06-21 01:01:35 -04:00
parent 56e19b4a88
commit 8a6ba7b647
1 changed files with 0 additions and 2 deletions

View File

@ -38,10 +38,8 @@ public class PwmHardwareTest extends RusefiTestBase {
nextChart();
nextChart();
int triggerErrors = (int) SensorCentral.getInstance().getValueSource(Sensor.totalTriggerErrorCounter).getValue();
/*
for (int i = 0; i < 7; i++)
ecu.sendCommand(CMD_BURNCONFIG);
*/
int totalTriggerErrorsNow = (int) SensorCentral.getInstance().getValueSource(Sensor.totalTriggerErrorCounter).getValue();
EcuTestHelper.assertEquals("totalTriggerErrorCounter", totalTriggerErrorsNow, triggerErrors);
}