summaryrefslogtreecommitdiff
path: root/TAO/tests/Codec/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Codec/README')
-rw-r--r--TAO/tests/Codec/README45
1 files changed, 0 insertions, 45 deletions
diff --git a/TAO/tests/Codec/README b/TAO/tests/Codec/README
deleted file mode 100644
index b0a66a30062..00000000000
--- a/TAO/tests/Codec/README
+++ /dev/null
@@ -1,45 +0,0 @@
-# $Id$
-
-This test verifies that CodecFactory and CDR encapsulation Codec
-support is working properly.
-
-It does so by encoding a structure into an octet sequence, decoding
-into a new instance of the structure from the octet sequence, and then
-comparing the contents of the two structures.
-
-Run the test as follows:
-
- $ perl run_test.pl
-
-Expected output follows:
-
-==== Running Codec test
-Testing CDR encapsulation Codec encode()/decode()
-=================================================
-Original
---------
-I want a standing ovation!
--3427
-I'm Batman.
-
-Extracted
----------
-I want a standing ovation!
--3427
-I'm Batman.
-
-Testing CDR encapsulation Codec encode_value()/decode_value()
-=============================================================
-Original
---------
-I want a standing ovation!
--3427
-I'm Batman.
-
-Extracted
----------
-I want a standing ovation!
--3427
-I'm Batman.
-
-Codec test passed.