From e4fa54ac5c440fd6c7b9c58c875716dc847b0584 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 21 Feb 2023 16:10:21 -0500 Subject: [PATCH] Feb20: 3rd ticket for 4g9x mess #5111 adding more lightness only: alphax-4chan --- unit_tests/tests/trigger/test_real_4g93.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/unit_tests/tests/trigger/test_real_4g93.cpp b/unit_tests/tests/trigger/test_real_4g93.cpp index d3520ec753..f98995f5b2 100644 --- a/unit_tests/tests/trigger/test_real_4g93.cpp +++ b/unit_tests/tests/trigger/test_real_4g93.cpp @@ -62,7 +62,6 @@ TEST(real4g93, crankingOn11) { reader.open("tests/trigger/resources/4g93-cranking.csv"); EngineTestHelper eth(TEST_ENGINE); engineConfiguration->isFasterEngineSpinUpEnabled = true; - engineConfiguration->alwaysInstantRpm = true; engineConfiguration->isPhaseSyncRequiredForIgnition = true; @@ -81,8 +80,8 @@ TEST(real4g93, crankingOn11) { EXPECT_NEAR(rpm, 168.43f, 0.1); } - float instantRpm = engine->triggerCentral.instantRpm.getInstantRpm(); - printf("%d rpm=%f instant=%f\n", reader.lineIndex(), rpm, instantRpm); +// float instantRpm = engine->triggerCentral.instantRpm.getInstantRpm(); +// printf("%d rpm=%f instant=%f\n", reader.lineIndex(), rpm, instantRpm); } }