summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/README
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-04-26 14:18:54 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-04-26 14:18:54 +0000
commitb0c6f2976a551d7a0d4d8a0b62934a07a309193e (patch)
tree2d1d5b0ab5e71b1b25d66f8ca3fa74885b4e82bf /TAO/tests/POA/README
parent03b1776d1c526d007e2187e6721e801109617b23 (diff)
downloadATCD-b0c6f2976a551d7a0d4d8a0b62934a07a309193e.tar.gz
ChangeLog tag: Wed Apr 26 13:47:28 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tests/POA/README')
-rw-r--r--TAO/tests/POA/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tests/POA/README b/TAO/tests/POA/README
index a62f8269c50..9d4a03425d2 100644
--- a/TAO/tests/POA/README
+++ b/TAO/tests/POA/README
@@ -81,3 +81,17 @@ Object Adapter (POA) interfaces and their usage scenarios.
This program tests that nested non-servant upcalls are
handled correctly.
+ . POAManagerFactory
+
+ The program tests the POAManagerFactory interface. Test may
+ be run by hand using "POAManagerFactory -v" to get a verbose
+ report of individual tests being run.
+
+ . EndpointPolicy
+
+ Tests for the endpoint policy, the server listens on two
+ endpoints, one with an alias rendering it unreachable. The
+ server uses the endpoint policy to create two IORs, one with
+ the only the good endpoint and another with only the bad. The
+ client expects to reach the good ior and expects to fail with
+ the bad ior.