# README,v 1.1 2000/12/26 19:18:54 othman Exp

This test verifies that IOR interceptor support is working properly.
It does so by adding a unique tagged component to the IOR.  If the
IOR interceptor support is working properly, then the it should be
possible to extract that tagged component from the IOR on the client
side via the

  PortableInterceptor::ClientRequestInfo::get_effective_component()

method from within a ClientRequestInterceptor, for example.

Run the test as follows:

	$ perl run_test.pl

Expected output is the following:

==== Running IORInterceptor test
(1008|868) Added tagged component to the IOR
(1008|868) containing the string: FOO_IORInterceptor
FOO::test: <IOR:01000000...>
(1060|260) String extracted from tagged component data: FOO_IORInterceptor
"test_i" is shutting down.
Event loop finished.
