Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Bug_3826_Regression / README
blob8d0d12a3cd7465075c0b0cd2aac29516474b66e7
3 This test checks that if the first ORB is created with -ORBGestalt LOCAL
4 then the settings from this ORB will not become default for the other ORBs
5 created afterwards.
7 _Success_
9 $> ./run_test.pl
10 Testing with -ORBSvcConf
11 Initialize ORB instances...
12 After ORB_init...
13 '-ORBConnectionCacheMax' is applied to the first ORB only as expected.
14 Testing with -ORBSvcConfDirective
15 Initialize ORB instances...
16 After ORB_init...
17 '-ORBConnectionCacheMax' is applied to the first ORB only as expected.
19 _Regression_
21 $> ./run_test.pl
22 Testing with -ORBSvcConf
23 Initialize ORB instances...
24 After ORB_init...
25 ERROR: '-ORBConnectionCacheMax' is applied globally while it's expected to apply to the first ORB only.
26 ERROR: <server> failed:
27 ERROR: server returned 255