This commit is contained in:
rusefillc 2023-04-28 22:53:42 -04:00
commit f10bb77666
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ static void fireTriggerEvent(EngineTestHelper*eth, double timestampS, TriggerWhe
} }
TEST(cranking, hardcodedRealCranking) { TEST(cranking, hardcodedRealCranking) {
EngineTestHelper eth(FRANKENSO_MIATA_NA6_VAF); EngineTestHelper eth(FRANKENSO_MIATA_NA6_MAP);
engineConfiguration->alwaysInstantRpm = true; engineConfiguration->alwaysInstantRpm = true;
#define EVENT(timestamp, channel, value) { fireTriggerEvent(&eth, timestamp, channel, value); } #define EVENT(timestamp, channel, value) { fireTriggerEvent(&eth, timestamp, channel, value); }
@ -169,7 +169,7 @@ TEST(cranking, naCrankFromFile) {
CsvReader reader(2, /* vvtCount */ 0); CsvReader reader(2, /* vvtCount */ 0);
reader.open("tests/trigger/resources/cranking_na_4.csv", REVERSE_ORDER); reader.open("tests/trigger/resources/cranking_na_4.csv", REVERSE_ORDER);
EngineTestHelper eth(FRANKENSO_MIATA_NA6_VAF); EngineTestHelper eth(FRANKENSO_MIATA_NA6_MAP);
engineConfiguration->alwaysInstantRpm = true; engineConfiguration->alwaysInstantRpm = true;
while (reader.haveMore()) { while (reader.haveMore()) {