diff options
Diffstat (limited to 'TAO/tests/Bug_3826_Regression/README')
-rw-r--r-- | TAO/tests/Bug_3826_Regression/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3826_Regression/README b/TAO/tests/Bug_3826_Regression/README new file mode 100644 index 00000000000..63740e99086 --- /dev/null +++ b/TAO/tests/Bug_3826_Regression/README @@ -0,0 +1,27 @@ +// $Id$ + +This test checks that if the first ORB is created with -ORBGestalt LOCAL +then the settings from this ORB will not become default for the other ORBs +created afterwards. + +_Success_ + +$> ./run_test.pl +Testing with -ORBSvcConf +Initialize ORB instances... +After ORB_init... +'-ORBConnectionCacheMax' is applied to the first ORB only as expected. +Testing with -ORBSvcConfDirective +Initialize ORB instances... +After ORB_init... +'-ORBConnectionCacheMax' is applied to the first ORB only as expected. + +_Regression_ + +$> ./run_test.pl +Testing with -ORBSvcConf +Initialize ORB instances... +After ORB_init... +ERROR: '-ORBConnectionCacheMax' is applied globally while it's expected to apply to the first ORB only. +ERROR: <server> failed: +ERROR: server returned 255 |