eth adjustments

This commit is contained in:
Matthew Kennedy 2020-07-28 14:18:50 -07:00
parent 281c636bef
commit d57465a6d3
2 changed files with 2 additions and 2 deletions

View File

@ -319,7 +319,7 @@ void setupSimpleTestEngineWithMaf(EngineTestHelper *eth, injection_mode_e inject
eth->clearQueue();
ASSERT_EQ(LM_PLAIN_MAF, engineConfiguration->fuelAlgorithm);
ASSERT_EQ(LM_MOCK, engineConfiguration->fuelAlgorithm);
engineConfiguration->isIgnitionEnabled = false; // let's focus on injection
engineConfiguration->specs.cylindersCount = 4;
// a bit of flexibility - the mode may be changed by some tests

View File

@ -84,7 +84,7 @@ public:
Engine engine;
persistent_config_s persistentConfig;
MockAirmass mockAirmass;
::testing::NiceMock<MockAirmass> mockAirmass;
private:
void writeEvents(const char *fileName);