summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Naming/README
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-09 20:25:39 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-09 20:25:39 +0000
commitcca52bb322ae809f6c049ad2613799e9650609ee (patch)
treec18c24007d4275e5f8ab54c68dc76da3507bfce1 /TAO/orbsvcs/tests/Naming/README
parentc73996c0640e2037f6ea65c95c682e1eebdd7217 (diff)
downloadATCD-ACE-4_5_11.tar.gz
This commit was manufactured by cvs2svn to create tag 'ACE-4_5_11'.ACE-4_5_11
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.
-