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/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tests/CDR/README b/TAO/tests/CDR/README
deleted file mode 100644
index 5e159a3d469..00000000000
--- a/TAO/tests/CDR/README
+++ /dev/null
@@ -1,14 +0,0 @@
-# $Id$
-
-This directory contains two simple tests for the CDR stream class;
-
-+ basic_types: 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.
-
-+ tc: TAO implements TypeCodes using a CDR buffer (this was
- inherited from the Sun IIOP engine), this test verifies thatn some
- of the basic TypeCodes actually are able to interpret their CDR
- buffers.
-
- Both tests take no arguments and return 0 on success.