summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3748_Regression/README
blob: ac60bf57949110138bebd463c9f524fd35fa1ea9 (plain)
1
2
3
4
5
6
7
$Id$

This test registers orb initializer which in turn registers Test_Protocol_Hooks.
This is necessary for emulation of failure in TAO_IIOP_Connection_Handler::open()
and probable in this case handle leak.
TAO_IIOP_Connection_Handler::open() calls server_protocol_properties_at_orb_level()
in Test_Protocol_Hooks and we throw an exception to make it fail.