@@ -523,7 +523,7 @@ static void test1_breathingTest()
523523 // standardCslIt.header() has no `operator==` defined, so skip it by
524524 // using `_`
525525 EXPECT_CALL (*printer,
526- printShortResult (_, standardCslIt.currRecordId ()))
526+ printShortResult (_, _, standardCslIt.currRecordId ()))
527527 .InSequence (s);
528528
529529 if (standardCslIt.header ().recordType () ==
@@ -697,7 +697,7 @@ static void test2_searchRecordsByTypeTest()
697697 // standardCslIt.header() has no `operator==` defined, so skip it
698698 // by using `_`
699699 EXPECT_CALL (*printer,
700- printShortResult (_, standardCslIt.currRecordId ()))
700+ printShortResult (_, _, standardCslIt.currRecordId ()))
701701 .InSequence (s);
702702 recordCount.d_snapshotCount ++;
703703 }
@@ -706,7 +706,7 @@ static void test2_searchRecordsByTypeTest()
706706 // standardCslIt.header() has no `operator==` defined, so skip it
707707 // by using `_`
708708 EXPECT_CALL (*printer,
709- printShortResult (_, standardCslIt.currRecordId ()))
709+ printShortResult (_, _, standardCslIt.currRecordId ()))
710710 .InSequence (s);
711711 recordCount.d_commitCount ++;
712712 }
@@ -870,7 +870,7 @@ static void test3_searchRecordsByQueueKeyTest()
870870 // standardCslIt.header() has no `operator==` defined, so skip it
871871 // by using `_`
872872 EXPECT_CALL (*printer,
873- printShortResult (_, standardCslIt.currRecordId ()))
873+ printShortResult (_, _, standardCslIt.currRecordId ()))
874874 .InSequence (s);
875875 }
876876 }
@@ -1019,7 +1019,7 @@ static void test4_searchRecordsByTimestampRangeTest()
10191019 // standardCslIt.header() has no `operator==` defined, so skip it
10201020 // by using `_`
10211021 EXPECT_CALL (*printer,
1022- printShortResult (_, standardCslIt.currRecordId ()))
1022+ printShortResult (_, _, standardCslIt.currRecordId ()))
10231023 .InSequence (s);
10241024 }
10251025 }
@@ -1166,7 +1166,7 @@ static void test5_searchRecordsByOffsetRangeTest()
11661166 // standardCslIt.header() has no `operator==` defined, so skip it
11671167 // by using `_`
11681168 EXPECT_CALL (*printer,
1169- printShortResult (_, standardCslIt.currRecordId ()))
1169+ printShortResult (_, _, standardCslIt.currRecordId ()))
11701170 .InSequence (s);
11711171 }
11721172 }
@@ -1316,7 +1316,7 @@ static void test6_searchRecordsBySeqNumberRangeTest()
13161316 // standardCslIt.header() has no `operator==` defined, so skip it
13171317 // by using `_`
13181318 EXPECT_CALL (*printer,
1319- printShortResult (_, standardCslIt.currRecordId ()))
1319+ printShortResult (_, _, standardCslIt.currRecordId ()))
13201320 .InSequence (s);
13211321 }
13221322 }
@@ -1462,7 +1462,7 @@ static void test7_searchRecordsByOffsetTest()
14621462 // standardCslIt.header() has no `operator==` defined, so skip it
14631463 // by using `_`
14641464 EXPECT_CALL (*printer,
1465- printShortResult (_, standardCslIt.currRecordId ()))
1465+ printShortResult (_, _, standardCslIt.currRecordId ()))
14661466 .InSequence (s);
14671467 }
14681468 }
@@ -1610,7 +1610,7 @@ static void test8_searchRecordsBySeqNumberTest()
16101610 // standardCslIt.header() has no `operator==` defined, so skip it
16111611 // by using `_`
16121612 EXPECT_CALL (*printer,
1613- printShortResult (_, standardCslIt.currRecordId ()))
1613+ printShortResult (_, _, standardCslIt.currRecordId ()))
16141614 .InSequence (s);
16151615 }
16161616 }
0 commit comments