summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/README
blob: 5e159a3d4693ca07c7dbb6d2b91dea75093fbab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $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.