From 540511817d0061d2e642fce99d9591da73e83494 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 21 Jun 2021 00:31:13 -0400 Subject: [PATCH] TS Burned All Data engine stop #2839 test case? --- .../src/com/rusefi/f4discovery/CommonFunctionalTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java_console/autotest/src/com/rusefi/f4discovery/CommonFunctionalTest.java b/java_console/autotest/src/com/rusefi/f4discovery/CommonFunctionalTest.java index ae8163b0d9..cb035b252b 100644 --- a/java_console/autotest/src/com/rusefi/f4discovery/CommonFunctionalTest.java +++ b/java_console/autotest/src/com/rusefi/f4discovery/CommonFunctionalTest.java @@ -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();