diff options
Diffstat (limited to 'TAO/tests/Alt_Mapping/README')
-rw-r--r-- | TAO/tests/Alt_Mapping/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Alt_Mapping/README b/TAO/tests/Alt_Mapping/README index a1aae3b61a1..b34fd7c769c 100644 --- a/TAO/tests/Alt_Mapping/README +++ b/TAO/tests/Alt_Mapping/README @@ -30,7 +30,7 @@ To run the server, type arguments to ORB_init start with the letters -ORB. Please see TAO documentattion on all the supported arguments - -d for debugging. + -d for debugging. -o <ior_output_file> for outputting the servant IOR to a file. To run the client, type @@ -42,7 +42,7 @@ To run the client, type [-d] debugging [-n loopcount] number of times to run the test [-f servant-IOR-file] reads the servant-IOR from the - specified file. + specified file. [-k Param_Test-obj-ref-key] object key of Param_Test object [-i invocation (sii/dii)] default is static invocation interface. To use DII, type @@ -58,7 +58,7 @@ To run the client, type 1. Using the -f option to read the IOR from a file. - 2. Using the -k option to read the IOR from the + 2. Using the -k option to read the IOR from the command line. run_test.pl: @@ -66,8 +66,8 @@ run_test.pl: There is a perl script in this directory named run_test.pl to test all the types. It starts the server first and then runs the client with the different data type parameters. The - arguments it takes are: - + arguments it takes are: + -n num -- runs the client num times (default is 5) -d -- runs each in debug mode -onewin -- keeps all tests in one window on NT |