diff options
author | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-10-30 16:27:25 +0000 |
---|---|---|
committer | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-10-30 16:27:25 +0000 |
commit | ed0729698607dfea6af15c2c53263951ec3c94bd (patch) | |
tree | b97ae4fbef7e811f21ab9cffb1550a567fcb50b0 /TAO/tests/Bug_3479_Regression/README | |
parent | 772ab40e914239adcdb3d2b1c037efbc54960edb (diff) | |
download | ATCD-ed0729698607dfea6af15c2c53263951ec3c94bd.tar.gz |
ChangeLogTag: Thu Oct 30 16:26:28 UTC 2008 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'TAO/tests/Bug_3479_Regression/README')
-rw-r--r-- | TAO/tests/Bug_3479_Regression/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3479_Regression/README b/TAO/tests/Bug_3479_Regression/README new file mode 100644 index 00000000000..bccd449a6f0 --- /dev/null +++ b/TAO/tests/Bug_3479_Regression/README @@ -0,0 +1,13 @@ +/** +$Id:$ + +This is a clone of the Hello World test. The differences are that an out string +argument is used rather than having ::get_string return string. + +The out string argument is placed directly into the 0th element of a string +sequence of length 1 in the client.cpp. + +Like the Hello World test this should always work (and not leak). Any other +results indicates a serious rabbit off situation. + +*/ |