summaryrefslogtreecommitdiff
path: root/TAO/tests/Codec
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-26 08:51:44 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-26 08:51:44 +0000
commit2774ca3bcc137d2975d2b45574047054651e8e2c (patch)
tree500c10c6f79f9d3f5aa22d232e0394c994cfeb6e /TAO/tests/Codec
parent279a6a057edd7f59035c6a8b375d93dfc7796beb (diff)
downloadATCD-2774ca3bcc137d2975d2b45574047054651e8e2c.tar.gz
ChangeLogTag:Tue Apr 26 01:46:01 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Codec')
-rw-r--r--TAO/tests/Codec/README8
-rw-r--r--TAO/tests/Codec/client.cpp2
2 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Codec/README b/TAO/tests/Codec/README
index b0a66a30062..b6fd0b21114 100644
--- a/TAO/tests/Codec/README
+++ b/TAO/tests/Codec/README
@@ -18,13 +18,13 @@ Testing CDR encapsulation Codec encode()/decode()
=================================================
Original
--------
-I want a standing ovation!
+1010
-3427
I'm Batman.
Extracted
---------
-I want a standing ovation!
+1010
-3427
I'm Batman.
@@ -32,13 +32,13 @@ Testing CDR encapsulation Codec encode_value()/decode_value()
=============================================================
Original
--------
-I want a standing ovation!
+1010
-3427
I'm Batman.
Extracted
---------
-I want a standing ovation!
+1010
-3427
I'm Batman.
diff --git a/TAO/tests/Codec/client.cpp b/TAO/tests/Codec/client.cpp
index d9e0019a156..09c3cadac4b 100644
--- a/TAO/tests/Codec/client.cpp
+++ b/TAO/tests/Codec/client.cpp
@@ -126,7 +126,7 @@ main (int argc, char *argv[])
if ((reinterpret_cast<ptrdiff_t> (encoded_data->get_buffer ())
% ACE_CDR::MAX_ALIGNMENT) == 0)
ACE_DEBUG ((LM_DEBUG,
- "\nData for decoding are already aligned"
+ "\nData for decoding are already aligned "
"on MAX_ALIGNMENT.\n\n"));
// Extract the data from the octet sequence.
decoded_data = codec->decode (encoded_data.in ()