From f81c1a046ed58a74fbe26198b8b785f24b1f2490 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 11 Jan 2019 00:47:03 -0500 Subject: [PATCH] minor tests improvement --- unit_tests/engine_test_helper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit_tests/engine_test_helper.cpp b/unit_tests/engine_test_helper.cpp index f15748f269..42c6cffbba 100644 --- a/unit_tests/engine_test_helper.cpp +++ b/unit_tests/engine_test_helper.cpp @@ -11,7 +11,7 @@ #include "speed_density.h" #include "fuel_math.h" #include "accel_enrichment.h" -#include "thermistors.h" +#include "allsensors.h" #include "advance_map.h" #include "algo.h" @@ -54,12 +54,12 @@ EngineTestHelper::EngineTestHelper(engine_type_e engineType) : engine (&persiste initDataStructures(PASS_ENGINE_PARAMETER_SIGNATURE); initAccelEnrichment(NULL PASS_ENGINE_PARAMETER_SUFFIX); + initSensors(NULL PASS_ENGINE_PARAMETER_SUFFIX); resetConfigurationExt(NULL, engineType PASS_ENGINE_PARAMETER_SUFFIX); prepareShapes(PASS_ENGINE_PARAMETER_SIGNATURE); engine->engineConfigurationPtr->mafAdcChannel = (adc_channel_e)TEST_MAF_CHANNEL; - initThermistors(NULL PASS_ENGINE_PARAMETER_SUFFIX); // this is needed to have valid CLT and IAT. engine->updateSlowSensors(PASS_ENGINE_PARAMETER_SIGNATURE);