reducing copy/paste in unit tests
This commit is contained in:
parent
ff8a3f2988
commit
45ca9d19bf
|
@ -37,7 +37,6 @@ TEST(engine, testStartOfCrankingPrimingPulse) {
|
||||||
|
|
||||||
engineConfiguration->startOfCrankingPrimingPulse = 4;
|
engineConfiguration->startOfCrankingPrimingPulse = 4;
|
||||||
|
|
||||||
setupSimpleTestEngineWithMafAndTT_ONE_trigger(ð);
|
|
||||||
ASSERT_EQ( 0, GET_RPM()) << "RPM=0";
|
ASSERT_EQ( 0, GET_RPM()) << "RPM=0";
|
||||||
|
|
||||||
// this -70 value comes from CLT error handling code
|
// this -70 value comes from CLT error handling code
|
||||||
|
|
Loading…
Reference in New Issue