summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Interoperable_Naming/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Interoperable_Naming/README')
-rw-r--r--TAO/orbsvcs/tests/Interoperable_Naming/README39
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Interoperable_Naming/README b/TAO/orbsvcs/tests/Interoperable_Naming/README
new file mode 100644
index 00000000000..81501320d70
--- /dev/null
+++ b/TAO/orbsvcs/tests/Interoperable_Naming/README
@@ -0,0 +1,39 @@
+// $Id$
+
+This application tests the implementation of the CosNaming::NamingContextExt
+interface.
+
+To run the test automatically -
+ execute Perl script run_test.pl
+
+To run tests manually -
+ start the Naming Service (see
+ TAO/orbsvcs/Naming_Service/README for valid options),
+ then run ./client with one of the options below.
+
+NOTE: if running tests manually, Naming Service has to be restarted
+before each test (this is due to the test not 'cleaning up' bindings
+after themselves).
+
+The following options exist:
+----------------------------
+
+-o Run the client so that output is printed.
+
+If no option is specified, the test is run and no output is printed.
+
+DESCRIPTION AND EXPECTED OUTPUT
+===============================
+
+Performs the to_string, to_name (), to_url () and resolve_str () methods on
+the given Name or stringified name.
+
+Expected Output:
+
+ If the -o option is specified, prints out the outputs of the
+to_string (), to_name () and to_url () functions. If no option is specified,
+completes with no output.
+
+
+
+