Skip to content

Commit 152d431

Browse files
committed
Add tests for empty payload dispose/unregister forwarding
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent b0f83ae commit 152d431

4 files changed

Lines changed: 932 additions & 301 deletions

File tree

ddsrouter_core/test/blackbox/ddsrouter_core/dds/local/CMakeLists.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ add_blackbox_executable(
5858
"${TEST_EXTRA_HEADERS}")
5959

6060
##############################
61-
# DDS Test local Dispose Key #
61+
# DDS Test local Instances #
6262
##############################
6363

6464
set(TEST_NAME
65-
DDSTestLocalDisposeKey)
65+
DDSTestLocalInstances)
6666

6767
set(TEST_SOURCES
68-
DDSTestLocalDisposeKey.cpp
68+
DDSTestLocalInstances.cpp
6969
${PROJECT_SOURCE_DIR}/test/blackbox/ddsrouter_core/dds/types/HelloWorld/HelloWorldPubSubTypes.cxx
7070
${PROJECT_SOURCE_DIR}/test/blackbox/ddsrouter_core/dds/types/HelloWorld/HelloWorldCdrAux.ipp
7171
${PROJECT_SOURCE_DIR}/test/blackbox/ddsrouter_core/dds/types/HelloWorld/HelloWorldTypeObjectSupport.cxx
@@ -75,7 +75,13 @@ set(TEST_SOURCES
7575

7676
set(TEST_LIST
7777
end_to_end_local_communication_key_dispose,
78-
end_to_end_local_communication_key_dispose_without_payload)
78+
end_to_end_local_communication_key_dispose_without_payload,
79+
end_to_end_local_communication_unregister_dispose,
80+
end_to_end_local_communication_unregister_dispose_zero_payload,
81+
end_to_end_local_communication_unregister,
82+
end_to_end_local_communication_unregister_zero_payload,
83+
end_to_end_local_communication_not_alive_no_writers_triggered_by_writer_lease_duration,
84+
end_to_end_local_communication_not_alive_no_writers_triggered_by_dead_writer)
7985

8086
set(TEST_NEEDED_SOURCES
8187
)
@@ -90,3 +96,4 @@ add_blackbox_executable(
9096
"${TEST_LIST}"
9197
"${TEST_NEEDED_SOURCES}"
9298
"${TEST_EXTRA_HEADERS}")
99+

ddsrouter_core/test/blackbox/ddsrouter_core/dds/local/DDSTestLocalDisposeKey.cpp

Lines changed: 0 additions & 292 deletions
This file was deleted.

0 commit comments

Comments
 (0)