diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index 1b8c5a10d7..80c7c830e2 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -76,20 +76,10 @@ public class AutoTest extends BaseTest { changeRpm(900); // first let's get to expected RPM assertRpmDoesNotJump(20000, 15, 30, FAIL, commandQueue); - // important to reduce RPM since high RPM and set engine type do not go well due to DECLARE_ENGINE_PTR - // memset 0? - // todo: safer 'set engine_type' implementation which - changeRpm(120); } private void testV12() { - sendCommand(getDisableCommand(Fields.CMD_SELF_STIMULATION)); - sendCommand("get " + Fields.CMD_TRIGGER_HW_INPUT); - sleep(3 * Timeouts.SECOND); setEngineType(40); - sendCommand("get " + Fields.CMD_TRIGGER_HW_INPUT); - sendCommand(getDisableCommand(Fields.CMD_TRIGGER_HW_INPUT)); - sendCommand(getEnableCommand(Fields.CMD_SELF_STIMULATION)); changeRpm(700); // first let's get to expected RPM assertRpmDoesNotJump(15000, 15, 30, FAIL, commandQueue);