From 5f04f58a0dd8faa0bf551a83f609188da21c1a44 Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 23 Feb 2017 13:35:38 -0500 Subject: [PATCH] reproducing #363 --- java_console/autotest/src/com/rusefi/AutoTest.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 1aa617d0f9..8d86a8fca7 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -6,6 +6,7 @@ import com.rusefi.core.SensorCentral; import com.rusefi.waves.EngineChart; import com.rusefi.waves.EngineReport; +import static com.rusefi.IoUtil.changeRpm; import static com.rusefi.TestingUtils.nextChart; import static com.rusefi.IoUtil.sendCommand; import static com.rusefi.IoUtil.sleep; @@ -45,7 +46,12 @@ public class AutoTest { private static void testCustomEngine() { setEngineType(0); sendCommand("set_toothed_wheel 4 0"); -// sendCommand("enable trigger_only_front"); + sendCommand("enable trigger_only_front"); + changeRpm(100); + changeRpm(1500); + sendCommand("disable trigger_only_front"); + changeRpm(100); + changeRpm(1500); } private static void testMazdaMiata2003() {