Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Property / README
blob79b428ab3256bfca66b99d461c2b541242f70360
3 This tests TAO's CosPropertyService implementation.
5 Please report bugs/comments to <alex@cs.wustl.edu> and
6                                <ace-users@cs.wustl.edu>
8 To compile:
9 ==========
11 % make realclean all
14 To run:
15 ======
17 % run_test.pl
21 Run the each of NamingService, Server and Client separately within the
22 same host.
25 Naming Service:
26 --------------
28 % $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service [-ORBnameserviceport <portnum>]
30 Server:
31 -----
33 % server        [-ORBnameserviceport <portnum>]
35 Client:
36 ------
37 % client        [-ORBnameserviceport <portnum>]
39 <portnum> is same everywhere.
42 Expected Result:
43 ----------------
44 If everything goes well, client prints "Test Succeeded".