From a8381d1901ad078e32eb367b20463e24e299e3e4 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sun, 8 Jan 2017 13:02:42 -0500 Subject: [PATCH] auto-sync --- java_console/autotest/src/com/rusefi/AutoTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/AutoTest.java b/java_console/autotest/src/com/rusefi/AutoTest.java index f39e2a4edb..fe0e7ff948 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -88,7 +88,7 @@ public class AutoTest { static void setEngineType(int type) { currentEngineType = type; - sendCommand("set_engine_type " + type, COMPLEX_COMMAND_RETRY, 30); + sendCommand("set engine_type " + type, COMPLEX_COMMAND_RETRY, 30); sleep(10); sendCommand("enable self_stimulation"); } @@ -116,7 +116,7 @@ public class AutoTest { IoUtil.changeRpm(200); IoUtil.changeRpm(250); // another approach to artificial delay IoUtil.changeRpm(200); - assertEquals(12, SensorCentral.getInstance().getValue(Sensor.VBATT)); + assertEquals("VBatt",12, SensorCentral.getInstance().getValue(Sensor.VBATT)); chart = nextChart(); double x = 100;