This commit is contained in:
parent
323d61d90b
commit
b7fe618db8
|
@ -48,7 +48,6 @@ TEST(etb, integrated) {
|
|||
}
|
||||
|
||||
extern int timeNowUs;
|
||||
extern WarningCodeState unitTestWarningCodeState;
|
||||
|
||||
TEST(etb, intermittentTps) {
|
||||
EngineTestHelper eth(TEST_ENGINE); // we have a destructor so cannot move EngineTestHelper into utility method
|
||||
|
@ -92,7 +91,6 @@ TEST(etb, intermittentTps) {
|
|||
etb->update();
|
||||
|
||||
EXPECT_NE(0, etb->etbErrorCode);
|
||||
EXPECT_EQ(3, unitTestWarningCodeState.recentWarnings.getCount()) << "intermittentTps";
|
||||
}
|
||||
|
||||
TEST(etb, intermittentPps) {
|
||||
|
|
Loading…
Reference in New Issue