Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_4118_Regression / README
blob5ca5c598e5d052a55aee551e9b6f69979146cf01
2 This test demonstrates the fix for Bugzilla 4118. This test depends on
3 existing services and utilities, therefore the is no need for a makefile.
5 The test starts the naming service with persistence, multiple threads,
6 and no collocation. This makes the single instance behave as a member of
7 a federation, forcing nested resolves to be handled as though they are
8 external requests.
10 The test uses ns_add to compose a naming context cycle by creating a new
11 context supplying the root context's IOR. Then it tries to bind to a
12 nested name that traverses the recursion. This second ns_add should run
13 to completion if all is well. It will hang if the fix for 4118 is not
14 working.