summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/NestedUpcall/MT_Client_Test/README8
-rw-r--r--TAO/tests/NestedUpcall/Reactor/README3
-rw-r--r--TAO/tests/NestedUpcall/Triangle_Test/README8
3 files changed, 8 insertions, 11 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/README b/TAO/tests/NestedUpcall/MT_Client_Test/README
index c8397f8d938..5682f02f6f7 100644
--- a/TAO/tests/NestedUpcall/MT_Client_Test/README
+++ b/TAO/tests/NestedUpcall/MT_Client_Test/README
@@ -32,10 +32,10 @@ server switches:
Usage:
-server_A -o ior1 -ORBport 10031
-server_A -o ior2 -ORBport 10032
+server_A -o ior1
+server_A -o ior2
//for two client threads, 10 iterations and 5 server iterations
-client -f ior1 -g ior2 -n 2 -i 10 -s 5 -ORBport 10033
+client -f ior1 -g ior2 -n 2 -i 10 -s 5
-! Don't forget the ORB port for the client! \ No newline at end of file
+! Don't forget the ORB port for the client!
diff --git a/TAO/tests/NestedUpcall/Reactor/README b/TAO/tests/NestedUpcall/Reactor/README
index a1147be10e4..b4bf01ed18b 100644
--- a/TAO/tests/NestedUpcall/Reactor/README
+++ b/TAO/tests/NestedUpcall/Reactor/README
@@ -36,8 +36,7 @@ client if you don't want to use the naming service.
server:
-------
-% server [-d] [-s] [-ORBhost <serverhost>] [-ORBport <portnum>]
- [-o <ior_output_file>]
+% server [-d] [-s] [-o <ior_output_file>]
Options:
-------
diff --git a/TAO/tests/NestedUpcall/Triangle_Test/README b/TAO/tests/NestedUpcall/Triangle_Test/README
index 70e8d57e5fe..d946e466421 100644
--- a/TAO/tests/NestedUpcall/Triangle_Test/README
+++ b/TAO/tests/NestedUpcall/Triangle_Test/README
@@ -22,10 +22,8 @@ arriving order.
To start:
-%server_A -o server1 -ORBport 10045
+%server_A -o server1
%
-%server_B -o server2 -ORBport 10046
+%server_B -o server2
%
-%initiator -f server1 -g server2 -ORBport 10047
-
- \ No newline at end of file
+%initiator -f server1 -g server2