Skip to content

Commit

Permalink
Refs #20933: Fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
  • Loading branch information
EduPonz committed May 17, 2024
1 parent 90dbba8 commit dd190fe
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions test/unittest/rtps/builtin/BuiltinDataSerializationTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ TEST(BuiltinDataSerializationTests, ok_with_defaults)
}
}

<<<<<<< HEAD
// Regression test for redmine issue #10547
TEST(BuiltinDataSerializationTests, ignore_unsupported_type_info)
=======
TEST(BuiltinDataSerializationTests, msg_without_datasharing)
{
{
Expand Down Expand Up @@ -223,11 +219,8 @@ TEST(BuiltinDataSerializationTests, msg_with_datasharing)
}
}


// Regression test for redmine issue #10547.
// Update against OpenDDS 3.27. With this version we can read the remote DATA(w).
TEST(BuiltinDataSerializationTests, interoperability_with_opendds_3_27)
>>>>>>> 904c52302 (Set DataSharing in Writer|ReaderProxyData (#4761))
// Regression test for redmine issue #10547
TEST(BuiltinDataSerializationTests, ignore_unsupported_type_info)
{
// DATA(w)
{
Expand Down

0 comments on commit dd190fe

Please sign in to comment.