summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Property/README')
-rw-r--r--TAO/orbsvcs/tests/Property/README42
1 files changed, 0 insertions, 42 deletions
diff --git a/TAO/orbsvcs/tests/Property/README b/TAO/orbsvcs/tests/Property/README
deleted file mode 100644
index 6ff16d26744..00000000000
--- a/TAO/orbsvcs/tests/Property/README
+++ /dev/null
@@ -1,42 +0,0 @@
-This tests TAO's CosPropertyService implementation.
-
-Please report bugs/comments to <alex@cs.wustl.edu> and
- <ace-users@cs.wustl.edu>
-
-To compile:
-==========
-
-% make realclean all
-
-
-To run:
-======
-
-% run_test.pl
-
-OR
-
-Run the each of NamingService, Server and Client separately within the
-same host.
-
-
-Naming Service:
---------------
-
-% $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service [-ORBnameserviceport <portnum>]
-
-Server:
------
-
-% server [-ORBnameserviceport <portnum>]
-
-Client:
-------
-% client [-ORBnameserviceport <portnum>]
-
-<portnum> is same everywhere.
-
-
-Expected Result:
-----------------
-If everything goes well, client prints "Test Succeeded".