TDD for minor bug
This commit is contained in:
parent
659e3ae186
commit
38dd0bcf3a
|
@ -154,6 +154,8 @@ TEST(etb, initializationWastegate) {
|
||||||
EXPECT_CALL(mocks[1], init(DC_None, _, _, _, false)).Times(0);
|
EXPECT_CALL(mocks[1], init(DC_None, _, _, _, false)).Times(0);
|
||||||
|
|
||||||
doInitElectronicThrottle();
|
doInitElectronicThrottle();
|
||||||
|
|
||||||
|
ASSERT_TRUE(engineConfiguration->etb1configured); // huh?!
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(etb, initializationNoFunction) {
|
TEST(etb, initializationNoFunction) {
|
||||||
|
|
Loading…
Reference in New Issue