TS Burned All Data engine stop #2839

test case?
This commit is contained in:
rusefillc 2021-06-21 00:31:13 -04:00
parent de58c4ccd0
commit 540511817d
1 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@ public class CommonFunctionalTest extends RusefiTestBase {
@Test
public void scheduleBurnDoesNotAffectTriggerIssue2839() {
ecu.setEngineType(ET_FORD_ASPIRE);
sendComplexCommand("set " + "trigger_type" + " " + TT_TT_TOOTHED_WHEEL_60_2);
ecu.sendCommand(getDisableCommand(Fields.CMD_SELF_STIMULATION));
ecu.sendCommand(getEnableCommand(CMD_EXTERNAL_STIMULATION));
sendComplexCommand("set " + "trigger_type" + " " + TT_TT_TOOTHED_WHEEL_60_2);
ecu.changeRpm(1200);
nextChart();
nextChart();