summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Simple_Naming/README
blob: 61d223ff1fcec9ab76beda6641a881979ecd0908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $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.