Skip to content

Commit 2c34e86

Browse files
Fix conflicts
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent c78d873 commit 2c34e86

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/blackbox/common/DDSBlackboxTestsContentFilter.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,8 @@ class DDSContentFilter : public testing::TestWithParam<communication_type>
164164
switch (GetParam())
165165
{
166166
case communication_type::INTRAPROCESS:
167-
<<<<<<< HEAD
168167
library_settings.intraprocess_delivery = IntraprocessDeliveryType::INTRAPROCESS_FULL;
169168
xmlparser::XMLProfileManager::library_settings(library_settings);
170-
=======
171-
library_settings.intraprocess_delivery = eprosima::fastdds::IntraprocessDeliveryType::INTRAPROCESS_FULL;
172-
eprosima::fastdds::dds::DomainParticipantFactory::get_instance()->set_library_settings(
173-
library_settings);
174-
>>>>>>> 61f867715 (Reset irrelevant sequence numbers interval in proxy readers (#6241))
175169
break;
176170
case communication_type::DATASHARING:
177171
enable_datasharing = true;
@@ -193,14 +187,8 @@ class DDSContentFilter : public testing::TestWithParam<communication_type>
193187
switch (GetParam())
194188
{
195189
case communication_type::INTRAPROCESS:
196-
<<<<<<< HEAD
197190
library_settings.intraprocess_delivery = IntraprocessDeliveryType::INTRAPROCESS_OFF;
198191
xmlparser::XMLProfileManager::library_settings(library_settings);
199-
=======
200-
library_settings.intraprocess_delivery = eprosima::fastdds::IntraprocessDeliveryType::INTRAPROCESS_OFF;
201-
eprosima::fastdds::dds::DomainParticipantFactory::get_instance()->set_library_settings(
202-
library_settings);
203-
>>>>>>> 61f867715 (Reset irrelevant sequence numbers interval in proxy readers (#6241))
204192
break;
205193
case communication_type::DATASHARING:
206194
break;

0 commit comments

Comments
 (0)