summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation_Opportunities/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation_Opportunities/README')
-rw-r--r--TAO/tests/Collocation_Opportunities/README30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/tests/Collocation_Opportunities/README b/TAO/tests/Collocation_Opportunities/README
deleted file mode 100644
index b5a02b94815..00000000000
--- a/TAO/tests/Collocation_Opportunities/README
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id$
-
-Description:
-
-A test for making sure the ORB avails all collocation opportunities it
-is presented with.
-
-This test has three collocated objects. The first object is
-collocated since the POA created this object and marked it
-collocated. In addition, endpoints in the object reference match the
-local endpoints and the servant is available.
-
-The second object is collocated since the POA created this object and
-marked it collocated. In addition, endpoints in the object reference
-match the local endpoints even though the servant is not available at
-the time the object was created.
-
-The third object is collocated even though the collocated flag set by
-the POA was lost when the second object was converted into a string
-and then back. Endpoints in the object reference match the local
-endpoints even though the servant is not available at the time the
-object was created.
-
-This test checks for POA currents to see if an upcall was collocated
-or remote. If remote, there will be only one POA current since the
-upcall will be handled by ORB Task thread. We ensure that the main
-thread does not handle the upcall by setting the
-ORBClientConnectionHandler option to RW. If collocated, there will be
-a <previous> POA current since the first POA current would be setup
-with a call to the <base> servant.