// $Id: README 89152 2010-02-23 09:57:24Z vzykov $

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
