minor tests improvement

This commit is contained in:
rusefi 2019-01-11 00:47:03 -05:00
parent fcea23b20a
commit 683069621d
1 changed files with 2 additions and 2 deletions

View File

@ -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);