summaryrefslogtreecommitdiff
path: root/tests/CDR_File_Test.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-10 11:36:58 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-10 11:36:58 +0000
commitca041b41e855db6fb0ca0464ef48acedfa5d5fa5 (patch)
tree762369c2ffaeaf172580cbdd608488d1be25d139 /tests/CDR_File_Test.cpp
parentfb6c1fa0dbfc420b7549a583883175c5c5d07fc3 (diff)
downloadATCD-ca041b41e855db6fb0ca0464ef48acedfa5d5fa5.tar.gz
ChangeLogTag: Thu May 10 06:36:08 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'tests/CDR_File_Test.cpp')
-rw-r--r--tests/CDR_File_Test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/CDR_File_Test.cpp b/tests/CDR_File_Test.cpp
index 49ae77be57a..00032f4eb98 100644
--- a/tests/CDR_File_Test.cpp
+++ b/tests/CDR_File_Test.cpp
@@ -177,7 +177,9 @@ run_test (int write_file,
ACE_CDR_BYTE_ORDER,
0,
0,
- ACE_DEFAULT_CDR_MEMCPY_TRADEOFF);
+ ACE_DEFAULT_CDR_MEMCPY_TRADEOFF,
+ ACE_CDR_GIOP_MAJOR_VERSION,
+ ACE_CDR_GIOP_MINOR_VERSION);
// Marshal the <CDR_Test> object data to the output CDR stream.
output_cdr << cdr_test;