Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / orbsvcs / tests / Property / README
blob0b48e455579f1f0391f3ce3061321ab224f184a6
1 This tests TAO's CosPropertyService implementation.
3 To compile:
4 ==========
6 % make realclean all
8 To run:
9 ======
11 % run_test.pl
15 Run the each of NamingService, Server and Client separately within the
16 same host.
19 Naming Service:
20 --------------
22 % $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service [-ORBnameserviceport <portnum>]
24 Server:
25 -----
27 % server        [-ORBnameserviceport <portnum>]
29 Client:
30 ------
31 % client        [-ORBnameserviceport <portnum>]
33 <portnum> is same everywhere.
36 Expected Result:
37 ----------------
38 If everything goes well, client prints "Test Succeeded".