Weird VAG: DC motor idle valve not ETB #1637

ok, that's the current reality
This commit is contained in:
rusefi 2020-07-26 12:30:50 -04:00
parent bd1c43ab8f
commit dfd646cbf5
1 changed files with 1 additions and 1 deletions

View File

@ -94,6 +94,7 @@ TEST(etb, initializationDcMotorIdleValveMode) {
for (int i = 0; i < ETB_COUNT; i++) {
engine->etbControllers[i] = &mocks[i];
EXPECT_CALL(mocks[i], setIdlePosition(33.0f));
}
// No accelerator pedal configured - this mode doesn't use it
@ -102,7 +103,6 @@ TEST(etb, initializationDcMotorIdleValveMode) {
EXPECT_CALL(mocks[0], init(SensorType::Tps2, _, 0, &engineConfiguration->etb, Ne(nullptr)));
EXPECT_CALL(mocks[0], reset);
EXPECT_CALL(mocks[0], start);
// todo: make this work! EXPECT_CALL(mocks[0], setIdlePosition(33.0f));
// We do not expect throttle #2 to be initialized