summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Simple_Naming/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Simple_Naming/README')
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/README b/TAO/orbsvcs/tests/Simple_Naming/README
deleted file mode 100644
index 61d223ff1fc..00000000000
--- a/TAO/orbsvcs/tests/Simple_Naming/README
+++ /dev/null
@@ -1,13 +0,0 @@
-// $Id$
-
-This test application exercises basic features of TAO's Naming
-Service. It behaves as follows:
-
- 1. It obtains an object reference to a remote Naming
- Service process. This process is launched
- automatically by the run_test.pl perl script.
-
- 2. It binds(), resolves(), and unbinds() an object
- reference into the Naming Context.
-
-We'll add more features to this test over time.