summaryrefslogtreecommitdiff
path: root/TAO/tests/CDR/README
blob: 076bf57f79c60f08a9cc884e64ca7d380440d889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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.