summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/big_union.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-04 17:18:21 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-04 17:18:21 +0000
commit46a7821b08ff136d9068ef2aeb8fbbee9ac59936 (patch)
treefb4cbdb5fa122d61c9c62561e1e8aa4976e3428a /TAO/tests/Param_Test/big_union.cpp
parentf70583053baac91a17fa57fee16bd572176cde74 (diff)
downloadATCD-46a7821b08ff136d9068ef2aeb8fbbee9ac59936.tar.gz
ChangeLogTag: Fri May 4 12:08:55 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Param_Test/big_union.cpp')
-rw-r--r--TAO/tests/Param_Test/big_union.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/big_union.cpp b/TAO/tests/Param_Test/big_union.cpp
index 72ffa97fd58..c91ebfdb755 100644
--- a/TAO/tests/Param_Test/big_union.cpp
+++ b/TAO/tests/Param_Test/big_union.cpp
@@ -191,6 +191,10 @@ Test_Big_Union::reset_parameters (void)
case 10:
{
Param_Test::Var_Struct var_struct;
+ var_struct.dbl = 3.14159;
+ var_struct.boole = gen->gen_short () % 2;
+ var_struct.shrt = gen->gen_short ();
+ // set the length of the sequence
var_struct.dummy1 = gen->gen_string ();
var_struct.dummy2 = gen->gen_string ();
CORBA::ULong len = gen->gen_long () % 10 + 1;