summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Naming/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Naming/README')
-rw-r--r--TAO/orbsvcs/tests/Naming/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/orbsvcs/tests/Naming/README b/TAO/orbsvcs/tests/Naming/README
deleted file mode 100644
index 4f02780c57e..00000000000
--- a/TAO/orbsvcs/tests/Naming/README
+++ /dev/null
@@ -1,16 +0,0 @@
-// $Id$
-
-The ns_tree.cpp test application exercises various features of TAO's
-Naming Service. It behaves as follows:
-
- 1. It binds a new context ("MyContext").
- 2. It binds the compound name ("MyContext;MyName") into the
- root context.
- 3. It resolves the compount name ("MyContext;MyName").
-
-In this case, proper functioning of the hierarchical test implies
-functioning of the "flat" test.
-
-A collection of various tests selectable by command line arguments
-will be available later.
-