summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CDR/README')
-rw-r--r--TAO/tests/CDR/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/tests/CDR/README b/TAO/tests/CDR/README
deleted file mode 100644
index 076bf57f79c..00000000000
--- a/TAO/tests/CDR/README
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id$
-
-This directory contains the following tests for the CDR stream class;
-
- . basic_types.cpp
-
- Simply encodes a lot of CORBA::Octets, CORBA::Short and
- CORBA::Long into a CDR stream and then decodes them;
- verifying that the same results are obtained.
-
- . growth.cpp
-
- Helps measure how the growth strategy affects the
- performance of CDR streams.
-
- . tc.cpp
-
- TAO implements TypeCodes using a CDR buffer (this was
- inherited from the Sun IIOP engine), this test verifies that
- some of the basic TypeCodes actually are able to interpret
- their CDR buffers.
-
-These tests take no arguments and return 0 on success.