Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3479_Regression / README
blobfd50510fef3894f5bd7d018477cb255d0d642148
1 /**
4 This is a clone of the Hello World test. The differences are that an out string
5 argument is used rather than having ::get_string return string.
7 The out string argument is placed directly into the 0th element of a string
8 sequence of length 1 in the client.cpp.
10 Like the Hello World test this should always work (and not leak). Any other
11 results indicates a serious rabbit off situation.