From f52cadf7be2574c61e8154d01ae34b1fece6aabd Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 12 May 2017 11:10:40 -0400 Subject: [PATCH] un-doing test coverage --- 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 6f00d3d6e3..a366594697 100644 --- a/java_console/autotest/src/com/rusefi/AutoTest.java +++ b/java_console/autotest/src/com/rusefi/AutoTest.java @@ -69,8 +69,8 @@ public class AutoTest { private static void testMazdaMiata2003() { setEngineType(47); - sendCommand("get cranking_dwell"); // just test coverage - sendCommand("get nosuchgettersdfsdfsdfsdf"); // just test coverage +// sendCommand("get cranking_dwell"); // just test coverage +// sendCommand("get nosuchgettersdfsdfsdfsdf"); // just test coverage } private static void testCamaro() {