Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / Bug_3748_Regression / README
blob85fe00c9adfb30bc268c66655f403bad28f15fd0
3 This test registers orb initializer which in turn registers Test_Protocol_Hooks.
4 This is necessary for emulation of failure in TAO_IIOP_Connection_Handler::open()
5 and probable in this case handle leak.
6 TAO_IIOP_Connection_Handler::open() calls server_protocol_properties_at_orb_level()
7 in Test_Protocol_Hooks and we throw an exception to make it fail.