diff options
author | dbudko <dbudko@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-11-19 12:39:59 +0000 |
---|---|---|
committer | dbudko <dbudko@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2009-11-19 12:39:59 +0000 |
commit | 084b05b04320ec8acfdd500f02f1cfd03c4c9f83 (patch) | |
tree | 3c50ad28c5ddb65700cc6d4ddae4eec2c01317d0 /TAO/tests/Bug_2234_Regression | |
parent | f3b6cb2f939381bf9141f0ce9ec3661e30181ef4 (diff) | |
download | ATCD-084b05b04320ec8acfdd500f02f1cfd03c4c9f83.tar.gz |
Thu Nov 19 12:38:10 UTC 2009 Denis Budko <denis.budko@remedy.nl>
* tests/Bug_2234_Regression/server.cpp:
Test is converted to use new test framework and added to fuzz build.
Diffstat (limited to 'TAO/tests/Bug_2234_Regression')
-rw-r--r-- | TAO/tests/Bug_2234_Regression/server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Bug_2234_Regression/server.cpp b/TAO/tests/Bug_2234_Regression/server.cpp index a27996f0ef0..f6a66d01ae4 100644 --- a/TAO/tests/Bug_2234_Regression/server.cpp +++ b/TAO/tests/Bug_2234_Regression/server.cpp @@ -43,7 +43,7 @@ parse_args (int argc, ACE_TCHAR *argv[]) "-o <iorfile>" "\n", argv [0]), - -1); + -1); } // Indicates sucessful parsing of the command line return 0; @@ -816,7 +816,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[]) phooeyObj= rootPOA->id_to_reference( phooeyId.in() ); CORBA::String_var stringifiedObj= orb->object_to_string( phooeyObj.in() ); - ofstream file( ior_output_file ); + ofstream file( ACE_TEXT_ALWAYS_CHAR(ior_output_file) ); file << stringifiedObj; file.close(); |