@@ -618,6 +618,7 @@ TEST_F(TypeLookupServiceTests, TypeLookupReplyListener_wrong_replyid)
618
618
tlm_->async_get_type_requests_ .emplace (valid_sampleidentity (), tidws);
619
619
620
620
TypeLookup_Reply reply;
621
+ reply.header ().relatedRequestId (valid_sampleidentity ());
621
622
reply.return_value ()._default ();
622
623
ReplyWithServerGUID reply_with_guid;
623
624
reply_with_guid.reply = reply;
@@ -632,7 +633,7 @@ TEST_F(TypeLookupServiceTests, TypeLookupReplyListener_wrong_replyid)
632
633
TEST_F (TypeLookupServiceTests, TypeLookupReplyListener_getTypes_empty)
633
634
{
634
635
MockLogConsumer* log_consumer =
635
- setup_expect_log_msg (" TYPELOOKUP_SERVICE_REPLY_LISTENER" , " Reply no contains any type ." );
636
+ setup_expect_log_msg (" TYPELOOKUP_SERVICE_REPLY_LISTENER" , " Received reply with no types ." );
636
637
637
638
TypeIdentfierWithSize tidws;
638
639
tlm_->async_get_type_requests_ .emplace (valid_sampleidentity (), tidws);
@@ -852,7 +853,7 @@ TEST_F(TypeLookupServiceTests, TypeLookupRequestListener_getTypes_empty)
852
853
{
853
854
MockLogConsumer* log_consumer =
854
855
setup_expect_log_msg (" TYPELOOKUP_SERVICE_REQUEST_LISTENER" ,
855
- " Request no contains any type identifier ." );
856
+ " Received request with no type identifiers ." );
856
857
857
858
TypeIdentfierWithSize tidws;
858
859
tlm_->async_get_type_requests_ .emplace (valid_sampleidentity (), tidws);
0 commit comments