Skip to content

Commit 7c6e06f

Browse files
committed
Fix reusing_reader_proxy test
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 89c5c6a commit 7c6e06f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/blackbox/common/DDSBlackboxTestsContentFilter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,8 @@ TEST(DDSContentFilter, reusing_reader_proxy)
915915
int32_t total_count {0};
916916
int32_t total_count_2 {0};
917917

918+
registerHelloWorldTypes();
919+
918920
PubSubReader<HelloWorldPubSubType> reader(TEST_TOPIC_NAME, "index = 1 OR index = 2 OR index = 6", {}, true, false,
919921
false);
920922
reader

0 commit comments

Comments
 (0)