summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-06-12 13:46:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-06-12 13:46:34 +0000
commit38e886bdebd35c51224fd7edf31606f1a9cb3d59 (patch)
tree86ab06023e52ad6a07a16976e8e4e9f85c0b709e /CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp
parent0cc30c6fe20888cadd90faa5a86e10dc23b3a6b2 (diff)
downloadATCD-38e886bdebd35c51224fd7edf31606f1a9cb3d59.tar.gz
Tue Jun 12 13:45:28 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/idl/ndds/ndds_dcps_instance_handleC.cpp: Corrected definition of a nil handle, has a length of zero * connectors/dds4ccm/impl/dds4ccm_conf.h: Dump the full rti dds handle * connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp: Log file handle
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp')
-rw-r--r--CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp14
1 files changed, 10 insertions, 4 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp b/CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp
index 1ba2f57c356..bd13cd17729 100644
--- a/CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp
+++ b/CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp
@@ -474,9 +474,12 @@ namespace CIAO_Getter_Test_Receiver_Impl
ACE_ERROR ((LM_ERROR, ACE_TEXT ("ERROR FIXED: GET MANY: ")
ACE_TEXT ("received instance handle should be invalid ")
ACE_TEXT ("for unkeyed data: ")
- ACE_TEXT ("key <%u> - iteration <%u>\n"),
+ ACE_TEXT ("key <%u> - iteration <%u> handle ")
+ DDS_INSTANCE_HANDLE_FORMAT_SPECIFIER
+ ACE_TEXT ("\n"),
gettertest_info.key,
- gettertest_info.iteration));
+ gettertest_info.iteration,
+ DDS_INSTANCE_HANDLE_LOG(readinfo.instance_handle)));
}
if (readinfo.source_timestamp.sec == 0 &&
readinfo.source_timestamp.nanosec == 0)
@@ -554,9 +557,12 @@ namespace CIAO_Getter_Test_Receiver_Impl
ACE_ERROR ((LM_ERROR, ACE_TEXT ("ERROR VARIABLE: GET MANY: ")
ACE_TEXT ("received instance handle should be invalid ")
ACE_TEXT ("for unkeyed data: ")
- ACE_TEXT ("key <%C> - iteration <%u>\n"),
+ ACE_TEXT ("key <%C> - iteration <%u> - handle ")
+ DDS_INSTANCE_HANDLE_FORMAT_SPECIFIER
+ ACE_TEXT ("\n"),
gettertest_info->key.in (),
- gettertest_info->iteration));
+ gettertest_info->iteration,
+ DDS_INSTANCE_HANDLE_LOG(readinfo.instance_handle)));
}
if (readinfo.source_timestamp.sec == 0 &&
readinfo.source_timestamp.nanosec == 0)